Recipe - 菜谱大全

v1.0.6

按关键词或分类检索菜谱,可查分类与菜谱详情。当用户说:糖醋排骨怎么做?来个家常豆腐菜谱,或类似做菜问题时,使用本技能。

9· 525·1 current·1 all-time
by极速数据@jisuapi
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (recipe lookup) match the implementation: the code calls JisuAPI recipe endpoints and the declared required env var is JISU_API_KEY. No unrelated credentials, binaries, or capabilities are requested.
Instruction Scope
SKILL.md instructs running the included Python script with JSON arguments and only describes using the JISU API. The runtime instructions do not ask to read unrelated files, access other env vars, or transmit data to unexpected endpoints. All referenced endpoints are the JisuAPI recipe endpoints.
Install Mechanism
No install spec (instruction-only) which limits risk. Minor operational inconsistency: the script imports the third-party 'requests' library but SKILL.md and metadata do not declare installing it or list it as a dependency; this will cause runtime failure unless 'requests' is present in the environment.
Credentials
Only JISU_API_KEY is required and it is the primary credential for the JisuAPI integration — proportionate to the skill's purpose. The code only reads this single env var.
Persistence & Privilege
Skill is not always-enabled and does not request persistent or system-wide privileges. It does not modify other skills or agent-wide config.
Assessment
This skill appears to do exactly what it says: query JisuAPI for recipes. Before installing, ensure you trust the skill source and JisuAPI (it will transmit recipe queries to api.jisuapi.com). Provide a valid JISU_API_KEY and make sure the runtime has Python and the 'requests' library installed (pip install requests) or the script will fail. Be mindful of JisuAPI rate limits and do not reuse a high-privilege secret; treat JISU_API_KEY like any API key and rotate/revoke it if exposed.

Like a lobster shell, security has layers — review code before you run it.

latestvk97bxva30t1nk3bafqp9ezhz9n844jrh

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🍳 Clawdis
Binspython3
EnvJISU_API_KEY
Primary envJISU_API_KEY

Comments