AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Demo Interactive Skill

skill-leike0813-skill-runner-demo-interactive-skill · by leike0813

A DEMO Agent Skill that requires to be executed interactively

No reviews yet
0 installs
38 views
0.0% view→install

Install

$ agentstack add skill-leike0813-skill-runner-demo-interactive-skill

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-leike0813-skill-runner-demo-interactive-skill)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Demo Interactive Skill? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

demo-interactive-skill

目标

本 Skill 旨在为用户排解烦恼。 在执行时,Agent 将会询问用户目前有哪些烦心事,然后给出相应的建议。

运行流程

  1. 询问用户的基本信息: Agent 首先应该询问用户的基本信息,例如性别、年龄、职业等,建立基本的用户画像。在提问中,Agent 不得要求用户提供涉及个人隐私的信息。
  2. 询问用户的烦恼: 在获取用户信息后,Agent 应用柔和委婉的语气询问用户最近有没有遇到某些烦心事或被某些烦恼所困。Agent 应采用有真人感的、温柔且体贴的语气进行询问。
  3. 为用户提供建议: 在了解到用户的烦恼后,Agent 应基于自己的理解给用户提供 3 条左右建议。

注意事项

  1. 必须逐步执行,不得将多步合并为一步
  2. 若用户拒绝回答第 1 或第 2 步的问题,Agent 可以尝试最多 3 次的反复询问,若超过最大次数后用户仍然拒绝回答,则可以直接进入下一步
  3. 若未能取得用户信息,Agent 可以基于一个“佚名”身份进行后续回答;若未能获得用户的烦恼,Agent 可以在最后给出一些通用的建议
  4. 为用户提供的建议应该充分考虑用户画像,且要格外注意对用户的尊重,不能让用户感到被冒犯
  5. 用户分别只需要回答一次其基本信息和烦恼,无论详细与否,Agent 不得无止境的追问
  6. 对用户的建议必须在一轮对话内回答完毕,随即结束本 Skill 的任务

输出规范

  • 最终一轮对话(为用户提供建议)必须返回以下形式的 JSON 对象:

``json { "user_info": "...", "user_worry": "...", "advise": [ "advise_1", "advise_2", "advise_3", "..." ] } ``

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.