← 返回 Skills 市场
数据文件(存放于
87
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ideas
功能描述
记录日常奇思妙想、灵感片段、技术创意。支持按主题分类、状态追踪、关键词搜索。
使用说明 (SKILL.md)
ideas v1.0 - 奇思妙想记录
数据文件(存放于 ~/.openclaw/workspace/ideas-data/)
~/.openclaw/workspace/ideas-data/ideas.json— 创意记录列表
数据格式
{
"ideas": [
{
"id": "uuid",
"content": "想法内容",
"tags": ["标签1", "标签2"],
"status": "pending | in_progress | done | dropped",
"created_at": "YYYY-MM-DDTHH:mm:ss",
"updated_at": "YYYY-MM-DDTHH:mm:ss"
}
]
}
操作
- 记录想法:解析内容 → 提取标签 → 生成 ID → 追加到 ideas.json → 反馈已记录
- 查看列表:读取 ideas.json → 按时间倒序展示 → 支持筛选 pending/in_progress/done
- 搜索想法:按关键词搜索 content 和 tags
- 更新状态:找到对应想法 → 更新 status 和 updated_at
- 删除想法:软删除(标记 status 为 dropped)或彻底删除
状态说明
pending— 待处理(默认)in_progress— 进行中done— 已完成dropped— 已放弃
标签建议
技术、生活、产品、学习、投资、健康等
注意事项
- 每个想法单独一条,content 尽量完整记录原始念头
- tags 自动提取或用户补充
- 按时间倒序展示,最新的在最前面
安全使用建议
This skill appears to be a simple local idea tracker, but there are important inconsistencies you should resolve before trusting it with your notes:
- Path mismatch: SKILL.md says data lives in ~/.openclaw/workspace/ideas-data/ideas.json, while agent.py writes to ~/.openclaw/skills/ideas/ideas.json. Decide which path is authoritative and fix the mismatch so your data isn't lost or split.
- Missing implementation: SKILL.md describes features (tag extraction, ID generation, search, status updates) but agent.py doesn't implement them — the AI runtime would need to perform those steps. If you expect those features to work offline/locally, verify where the logic runs and whether the agent has permission to read/write the intended path.
- Data locality: All storage is under your home directory. If you have privacy concerns, inspect the code and SKILL.md, and confirm where files will be written. Consider backing up the directory or changing the path to a location you control.
If you want to proceed: either update agent.py to implement the SKILL.md behavior and use a single, explicit data path, or adjust SKILL.md to reflect the actual runtime behavior. If you are unsure, do not install it system-wide until these inconsistencies are resolved.
功能分析
Type: OpenClaw Skill
Name: ideas
Version: 1.0.0
The 'ideas' skill is a straightforward tool for recording and managing personal inspirations and technical notes. The agent.py script provides basic JSON read/write functionality, and the SKILL.md file contains standard instructions for the AI agent to manage data within its own workspace. No malicious behaviors, data exfiltration, or suspicious execution patterns were detected.
能力评估
Purpose & Capability
The skill claims to parse content, extract tags, generate IDs, append entries, search, update statuses, and so on. The included agent.py contains only trivial read/write helper functions and a print message — it does not implement tag extraction, ID generation, searching, filtering, or the data path declared in SKILL.md. This mismatch suggests the code and the stated capability are inconsistent.
Instruction Scope
SKILL.md instructs the agent to read/write data at ~/.openclaw/workspace/ideas-data/ideas.json and describes detailed operations (parse content, extract tags, generate IDs, etc.). The code, however, references a different path (~/.openclaw/skills/ideas/ideas.json) and does not perform the described operations. While all file IO is local (no network/external endpoints), the conflicting paths and the lack of implemented logic are scope/integration inconsistencies.
Install Mechanism
No install spec is provided (instruction-only plus a small helper script). This is low-risk from an install/download perspective — nothing is fetched from external URLs and no installers run.
Credentials
The skill requests no environment variables, credentials, or external config paths. All described data storage is under the user's home directory. There are no signs of unrelated credential access or external endpoints.
Persistence & Privilege
always is false and the skill does not declare elevated privileges or manipulate other skills' configurations. It would store data locally under a path in the user's home if used.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ideas - 安装完成后,直接呼叫该 Skill 的名称或使用
/ideas触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
记录日常奇思妙想、灵感片段,支持标签分类、状态追踪、关键词搜索
元数据
常见问题
ideas 是什么?
记录日常奇思妙想、灵感片段、技术创意。支持按主题分类、状态追踪、关键词搜索。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。
如何安装 ideas?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ideas」即可一键安装,无需额外配置。
ideas 是免费的吗?
是的,ideas 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ideas 支持哪些平台?
ideas 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ideas?
由 Kazuya(@kazuya-ecnu)开发并维护,当前版本 v1.0.0。
推荐 Skills