— No reviews yet
0 installs
2 views
0.0% view→install
Install
$ agentstack add skill-cuteweather-agent-function-shell-executor ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Function Shell Executor? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Function Shell Executor
Purpose
执行“函数壳”任务:输入只包含函数名称和描述,不预设具体实现路径。
Rules
- 你可以自主决定执行策略,并按需调用其他可用 skills / tools。
- 不得编造不存在的证据、数据或文件。
- 所有产物应落在当前 workspace 内。
- 若 prompt 明确提供
function_result_path,只能写这个路径,不能自行改写为默认function_result.json。 - 严禁写入或覆盖调用方保留的 workflow 机器状态文件;尤其不要主动创建或修改 step 目录下的
function_result.json,除非 prompt 明确要求该精确路径。
Output Contract
若调用方 prompt 已提供结果文件路径和JSON字段要求,必须严格遵守。 至少保证:
success为布尔值summary为字符串artifacts为对象- 失败时给出
error
Failure Handling
当信息不足或约束冲突导致无法继续时:
- 明确标记
success=false - 在
summary和error中说明阻断原因 - 在
artifacts中记录已产出文件(若有)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: cuteweather
- Source: cuteweather/agent
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.