日志记录子技能 - 记录文档创建结果到日志文件,支持 Markdown 和 JSON 格式。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add wulaosiji/skills --skill feishu-logger --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Feishu Logger?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wulaosiji-feishu-logger)More formats (shields.io, HTML) on the badges page.
---
name: feishu-logger
description: 日志记录子技能 - 记录文档创建结果到日志文件,支持 Markdown 和 JSON 格式。
---
# 日志记录子技能
## 职责
收集所有步骤的结果,记录到日志文件(Markdown 和 JSON 格式)。
## 输入
- `blocks.json` - 解析结果
- `doc_info.json` - 文档信息
- `add_result.json` - 块添加结果
- `permission_result.json` - 权限操作结果
- `verify_result.json` - 验证结果
## 输出
- `CREATED_DOCS.md` - Markdown 格式日志
- `created_docs.json` - JSON 格式日志
## 工作流程
### 第一步:加载所有结果文件
从工作流目录加载所有 JSON 结果文件。
### 第二步:汇总信息
提取关键信息:文档 ID、URL、权限状态、验证状态等。
### 第三步:更新日志文件
追加记录到 `CREATED_DOCS.md` 和 `created_docs.json`。
### 第四步:打印摘要
在控制台打印创建摘要。
## 数据格式
### CREATED_DOCS.md 格式
```markdown
## 文档标题
- **时间**: 2026-01-22 10:30:00
- **文档ID**: `U2wNd2rMkot6fzxr67ScN7hJn7c`
- **URL**: [https://feishu.cn/docx/U2wNd2rMkot6fzxr67ScN7hJn7c](...)
- **collaborator_added**: True
- **owner_transferred**: True
- **user_has_full_control**: True
- **document_verified**: True
- **tables_created**: 10
- **blocks_created**: 290
```
## 使用方式
### 命令行
```bash
python scripts/logger.py workflow/ output
```
### 作为子技能被调用
```python
result = call_skill("feishu-logger", {
"workflow_dir": "workflow/",
"output_dir": ".claude/skills/feishu-doc-creator"
})
```
## 与其他技能的协作
- 接收所有子技能的输出结果
- 最终汇总并记录到日志文件
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"