← Back to Skills Marketplace
kazuya-ecnu

ideas

by Kazuya · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
87
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ideas
Description
记录日常奇思妙想、灵感片段、技术创意。支持按主题分类、状态追踪、关键词搜索。
README (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"
    }
  ]
}

操作

  1. 记录想法:解析内容 → 提取标签 → 生成 ID → 追加到 ideas.json → 反馈已记录
  2. 查看列表:读取 ideas.json → 按时间倒序展示 → 支持筛选 pending/in_progress/done
  3. 搜索想法:按关键词搜索 content 和 tags
  4. 更新状态:找到对应想法 → 更新 status 和 updated_at
  5. 删除想法:软删除(标记 status 为 dropped)或彻底删除

状态说明

  • pending — 待处理(默认)
  • in_progress — 进行中
  • done — 已完成
  • dropped — 已放弃

标签建议

技术、生活、产品、学习、投资、健康等

注意事项

  • 每个想法单独一条,content 尽量完整记录原始念头
  • tags 自动提取或用户补充
  • 按时间倒序展示,最新的在最前面
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ideas
  3. After installation, invoke the skill by name or use /ideas
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
记录日常奇思妙想、灵感片段,支持标签分类、状态追踪、关键词搜索
Metadata
Slug ideas
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is ideas?

记录日常奇思妙想、灵感片段、技术创意。支持按主题分类、状态追踪、关键词搜索。 It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.

How do I install ideas?

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

Is ideas free?

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

Which platforms does ideas support?

ideas is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ideas?

It is built and maintained by Kazuya (@kazuya-ecnu); the current version is v1.0.0.

💬 Comments