— No reviews yet
0 installs
0 views
— view→install
Install
$ agentstack add skill-kggggggggg-skills-agent-time-and-env ✓ 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 Time And Env? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
time-and-env(时间与环境信息)
适用场景
- “现在几点了 / 今天几号 / 当前时区是什么”
- “你在哪个目录运行 / 当前环境变量有没有加载”
工作流程
1) 优先运行本技能自带脚本(避免多次 tool call,输出也更稳定):
bash("bash .skills/time_and_env/scripts/time_and_env.sh")
2) 如果脚本不可用,再退回到直接执行:
bash("date")bash("pwd")
3) 用以下固定格式返回(演示 skill 的价值:统一输出风格):
时间: 直接使用date输出目录: 直接使用pwd输出答复: 1~3 句回答用户问题
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: kggggggggg
- Source: kggggggggg/skills_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.