← 返回 Skills 市场
g-hanasq

article-idea-capture

作者 G-Hanasq · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
267
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install article-idea-capture
功能描述
Record公众号文章灵感、选题、半成品观点,并持续整理成可写的大纲或初稿。Use when the user says they have an article idea, topic, inspiration,选题, 钩子, 标题想法, or wants to save a thought for later...
使用说明 (SKILL.md)

Article Idea Capture

Maintain the user's ongoing article idea pool with low friction.

Default storage

Primary sink:

  • Feishu doc: 加十的公众号灵感池
  • URL: https://www.feishu.cn/docx/BwAFdeJZdoEeeWxfbkbcZVpWnOe

If Feishu doc tools are unavailable in the current tool surface, fall back to a local markdown file under the workspace and clearly say it was stored locally instead of Feishu.

Core rule

Optimize for capture first, refinement later.

When the user drops a raw idea, do not force a full article structure immediately unless they ask for it.

Capture workflow

1. If the user gives a raw idea

Turn it into a compact idea card with these fields:

  • 题目方向
  • 核心观点
  • 为什么值得写
  • 适合谁看
  • 可延展角度
  • 可能标题

Keep it concise and useful. Do not over-polish.

2. Append to the idea pool

Prefer appending to the Feishu idea pool doc.

Append under a new section like:

### 灵感 N:\x3Cshort title>

Then include the six fields above.

3. Confirm what was stored

Reply briefly with:

  • it was recorded
  • the short title used
  • whether it went to Feishu doc or local fallback

Expansion workflow

When the user wants to continue an existing idea, support these next steps:

  • pick the best 3 ideas
  • cluster ideas by theme
  • expand one idea into an outline
  • write a first draft
  • generate title options
  • split one big idea into a series

Writing style

  • Keep the capture lightweight
  • Prefer practical article angles over abstract slogans
  • Preserve the user's original insight even when cleaning wording
  • Do not flatten everything into generic AI-blog phrasing

Fallback local storage

If Feishu doc append is unavailable, store in:

  • /Users/shiyi/.openclaw/workspace/research/article-idea-pool.md

Append only; do not overwrite existing entries.

安全使用建议
This skill is plausibly doing what it says (saving and expanding article ideas) but the runtime instructions assume access to a specific Feishu doc and a hard-coded local path while declaring no credentials or tools. Before installing or enabling it: 1) Confirm whether your agent environment has a Feishu integration and whether that Feishu doc URL belongs to you — do not provide Feishu credentials unless you trust the skill source. 2) Ask the skill author to declare required tools/credentials (or make Feishu optional/configurable) and to avoid hard-coded absolute paths; request a configurable workspace path instead. 3) If you do not want writes to your filesystem, ensure the agent is prevented from using the fallback local path or update the fallback to a safe, user-controlled workspace. These steps will reduce the risk of unexpected data writes or accidental disclosure of credentials.
功能分析
Type: OpenClaw Skill Name: article-idea-capture Version: 0.1.0 The skill bundle contains hardcoded storage destinations, including a specific external Feishu document URL (feishu.cn/docx/BwAFdeJZdoEeeWxfbkbcZVpWnOe) and a local absolute file path (/Users/shiyi/...). This configuration poses a data exfiltration risk because any user who installs the skill will have their private article ideas and research sent to the author's personal document, which is a significant privacy concern despite appearing to be a lack of proper configuration generalization.
能力评估
Purpose & Capability
The stated purpose (capture and expand article ideas) matches the instructions for creating concise idea cards and expanding them. However, the SKILL.md expects appending to a specific Feishu doc URL (primary sink) even though the skill metadata declares no required tools, credentials, or environment variables — a capability mismatch.
Instruction Scope
Instructions tell the agent to append to a specific Feishu doc URL or, if unavailable, to a local absolute path (/Users/shiyi/.openclaw/workspace/research/article-idea-pool.md). That requires write access to local filesystem and/or Feishu API access. The skill does not explain how to authenticate to Feishu, nor does it make the fallback path configurable; hardcoded user-home paths can lead to unexpected access attempts on the host.
Install Mechanism
There is no install spec and no code files (instruction-only). This minimizes on-disk installation risk.
Credentials
No environment variables or credentials are declared, yet the skill expects to write to a Feishu document (external service) — implicitly requiring Feishu credentials or an authenticated tool. Also, the hard-coded local path targets a specific user directory (shiyi) which may not match the current environment and could cause accidental writes outside an expected workspace.
Persistence & Privilege
always is false and the skill is user-invocable only; it does not request elevated or persistent platform privileges. No evidence it modifies other skills or system-wide configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install article-idea-capture
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /article-idea-capture 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release
元数据
Slug article-idea-capture
版本 0.1.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

article-idea-capture 是什么?

Record公众号文章灵感、选题、半成品观点,并持续整理成可写的大纲或初稿。Use when the user says they have an article idea, topic, inspiration,选题, 钩子, 标题想法, or wants to save a thought for later... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 267 次。

如何安装 article-idea-capture?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install article-idea-capture」即可一键安装,无需额外配置。

article-idea-capture 是免费的吗?

是的,article-idea-capture 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

article-idea-capture 支持哪些平台?

article-idea-capture 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 article-idea-capture?

由 G-Hanasq(@g-hanasq)开发并维护,当前版本 v0.1.0。

💬 留言讨论