← 返回 Skills 市场
115
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install next-from-knowledge
功能描述
Knowledge-to-action skill that turns notes, research, meeting summaries, documents, and knowledge graph outputs into the next action, decision, plan, or expe...
安全使用建议
This skill appears coherent and implements what it claims: a local Node.js text distillation engine and CLI for turning notes into next steps. Before installing or running: (1) review the included files (src/index.js, bin/cli.js, scripts/publish.sh) if you plan to run it on sensitive data — the CLI reads files you point it at and prints output to stdout; (2) avoid piping highly sensitive secrets into the tool unless you trust the runtime environment; (3) the publish script calls a 'clawhub publish' command — only run it if you intend to publish the package; and (4) verify the repository URL in package.json if you want to inspect upstream source history. Otherwise the skill is internally consistent and does not request unexpected permissions or credentials.
功能分析
Type: OpenClaw Skill
Name: next-from-knowledge
Version: 1.0.0
The NextFromKnowledge skill bundle is a legitimate productivity tool designed to analyze text (notes, research, meeting summaries) and generate action plans. The core logic in `src/index.js` uses transparent regex-based scoring to categorize information into actions, constraints, and signals without any network activity, obfuscation, or unauthorized data access. The CLI in `bin/cli.js` and the agent instructions in `SKILL.md` are strictly aligned with the stated purpose of decision support and task prioritization.
能力评估
Purpose & Capability
Name/description match the included code and CLI: the code distills text and produces next steps, plans, decisions, experiments, and gaps as described. There are no extraneous cloud or platform credentials requested.
Instruction Scope
SKILL.md stays within scope: it instructs how to convert notes/graphs into actions and references local files in the repo. Runtime instructions do not ask the agent to read system-wide config, secrets, or exfiltrate data to third parties.
Install Mechanism
There is no install spec and the repository contains a simple Node.js implementation and a small CLI. No remote downloads, URL-based extracts, or third-party install steps that would write arbitrary code to disk are present.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. package.json only specifies Node engine requirements. The code uses only the filesystem for reading input and does not access external services.
Persistence & Privilege
always:false and model-invocation defaults are normal. The skill does not modify other skills or system-wide settings and does not request permanent presence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install next-from-knowledge - 安装完成后,直接呼叫该 Skill 的名称或使用
/next-from-knowledge触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of NextFromKnowledge: turn notes, research, and knowledge graph outputs into the next action, plan, decision, or experiment.
元数据
常见问题
NextFromKnowledge 是什么?
Knowledge-to-action skill that turns notes, research, meeting summaries, documents, and knowledge graph outputs into the next action, decision, plan, or expe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。
如何安装 NextFromKnowledge?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install next-from-knowledge」即可一键安装,无需额外配置。
NextFromKnowledge 是免费的吗?
是的,NextFromKnowledge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
NextFromKnowledge 支持哪些平台?
NextFromKnowledge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 NextFromKnowledge?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。
推荐 Skills