Deepvista Recipe Export Knowledge As Skills
v0.1.0-alpha.17Recipe: Export Recipes as installable SKILL.md files for AI agents.
⭐ 0· 22·1 current·1 all-time
byJing Conan Wang@jingconan
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The skill's name/description (export recipes as SKILL.md skills) aligns with the declared binary requirement (deepvista) and the uv install of deepvista-cli. It also declares a prerequisite skill (deepvista-recipe) which is consistent with its purpose.
Instruction Scope
Runtime instructions are narrowly scoped: run deepvista recipe list/export, write the resulting SKILL.md files into ~/.agents/skills/<skill-name>/, and verify discoverability. The steps do not request unrelated environment variables, nor do they instruct reading arbitrary system files or sending data to external endpoints.
Install Mechanism
The install uses a 'uv' package entry (deepvista-cli) rather than a direct URL; this is preferable to arbitrary downloads but 'uv' is not a widely-known installer in this report — verify the package's origin and reputation before installing.
Credentials
No environment variables, credentials, or config paths are requested. The only side effect is writing SKILL.md files into the user's agent skills directory, which is consistent with the stated export function.
Persistence & Privilege
The skill does not request always:true and does not ask for broad credentials. However, its core action is to create new skill files in ~/.agents/skills — this effectively installs new capabilities into the agent. That behavior is coherent with the purpose but carries the usual risk of enabling new, potentially unreviewed skills.
Assessment
This skill appears to do what it says: export DeepVista recipes into SKILL.md files and save them into your agent's skills folder. Before installing or running it: 1) verify the deepvista-cli (uv package) comes from a trusted source; 2) export recipes to a temporary location and manually inspect the produced SKILL.md files for unexpected commands, external endpoints, or references to credentials before moving them into ~/.agents/skills; 3) back up your agent's skills directory before writing new skills so you can revert if something looks wrong; and 4) confirm you trust the deepvista-recipe source that the export uses. If you need higher assurance, run the export on an isolated machine or container and review artifacts there.Like a lobster shell, security has layers — review code before you run it.
Plugin bundle (nix)
Skill pack · CLI binary · Config
SKILL.mdCLIConfig
CLI help (from plugin)
deepvista recipe export --help
latestvk979wzca3epsxmhwc8pcjamfed84g74z
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binsdeepvista
Install
uv
Bins: deepvista
uv tool install deepvista-cli