← Back to Skills Marketplace
115
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install next-from-knowledge
Description
Knowledge-to-action skill that turns notes, research, meeting summaries, documents, and knowledge graph outputs into the next action, decision, plan, or expe...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install next-from-knowledge - After installation, invoke the skill by name or use
/next-from-knowledge - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of NextFromKnowledge: turn notes, research, and knowledge graph outputs into the next action, plan, decision, or experiment.
Metadata
Frequently Asked Questions
What is NextFromKnowledge?
Knowledge-to-action skill that turns notes, research, meeting summaries, documents, and knowledge graph outputs into the next action, decision, plan, or expe... It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.
How do I install NextFromKnowledge?
Run "/install next-from-knowledge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is NextFromKnowledge free?
Yes, NextFromKnowledge is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does NextFromKnowledge support?
NextFromKnowledge is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created NextFromKnowledge?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.
More Skills