← Back to Skills Marketplace
g-hanasq

article-idea-capture

by G-Hanasq · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
267
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install article-idea-capture
Description
Record公众号文章灵感、选题、半成品观点,并持续整理成可写的大纲或初稿。Use when the user says they have an article idea, topic, inspiration,选题, 钩子, 标题想法, or wants to save a thought for later...
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install article-idea-capture
  3. After installation, invoke the skill by name or use /article-idea-capture
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release
Metadata
Slug article-idea-capture
Version 0.1.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is article-idea-capture?

Record公众号文章灵感、选题、半成品观点,并持续整理成可写的大纲或初稿。Use when the user says they have an article idea, topic, inspiration,选题, 钩子, 标题想法, or wants to save a thought for later... It is an AI Agent Skill for Claude Code / OpenClaw, with 267 downloads so far.

How do I install article-idea-capture?

Run "/install article-idea-capture" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is article-idea-capture free?

Yes, article-idea-capture is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does article-idea-capture support?

article-idea-capture is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created article-idea-capture?

It is built and maintained by G-Hanasq (@g-hanasq); the current version is v0.1.0.

💬 Comments