Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计提醒

rstack-ideaterstack 理念

Agent Skill

rstack-ideate 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

336

周安装

14

GitHub Stars

1

下载量

112
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:rstack-ideate(rstack 理念)
来源仓库:https://github.com/resolved-sh/rstack
仓库路径:skills/rstack-ideate
安装命令:
npx skills add https://github.com/resolved-sh/rstack --skill rstack-ideate
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/resolved-sh/rstack --skill rstack-ideate

简介

rstack-ideate 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 适用于信息调研、资料搜集和线索筛选等研究类任务场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

rstack-ideate

Figure out what expertise you're packaging and how to sell it. Six questions. One concrete spec.

Environment variables:

  • RESOLVED_SH_API_KEY (optional) — resolved.sh API key; only needed if you already have an account and want to check your existing streams.

Preamble — Detect context

# Keep this skill up to date:
# npx skills add https://github.com/resolved-sh/rstack --skill rstack-ideate -g -y

echo "RESOLVED_SH_API_KEY: $([ -n "$RESOLVED_SH_API_KEY" ] && echo "set — will check existing setup" || echo "not set — starting fresh")"

If RESOLVED_SH_API_KEY is set, fetch the dashboard to show which streams are already active:

curl -sf "https://resolved.sh/dashboard" \
  -H "Authorization: Bearer $RESOLVED_SH_API_KEY" \
  -o /tmp/rstack_ideate_dashboard.json 2>/dev/null

python3 -c "
import json
try:
    d = json.load(open('/tmp/rstack_ideate_dashboard.json'))
    rs = d.get('resources', [])
    if rs:
        r = rs[0]
        print(f'Existing resource: {r[\"subdomain\"]}.resolved.sh')
        print(f'Status:            {r.get(\"registration_status\")}')
        with open('/tmp/rstack_ideate_resource_id.txt','w') as f: f.write(r['id'])
    else:
        print('No resources yet — designing from scratch')
except Exception:
    print('Could not fetch dashboard — designing from scratch')
" 2>/dev/null

No API key? No problem — this skill has no hard prerequisites. Start from scratch.

Fetch the platform's live operator examples (used in Phase 3 to show real-world analogues):

curl -sf "https://resolved.sh/llms.txt" -o /tmp/rstack_ideate_llms.txt 2>/dev/null \
  && echo "Fetched resolved.sh/llms.txt" \
  || echo "Could not fetch llms.txt — will skip real-world examples"

If the fetch succeeds, parse the ## What businesses can I run on resolved.sh? section. Each numbered subsection (Data Storefront, File Storefront, Research Reports, etc.) contains the canonical operator setup routes and buyer surface routes for that business line. Use these in Phase 3 and Phase 4 to populate the Operator setup: and Buyer surface: fields accurately — prefer the live spec over hardcoded examples in this skill.


Phase 1 — Understand the agent

Ask these questions one at a time, waiting for an answer before proceeding.

Q0: "What do you know deeply? What domain expertise, curated knowledge, or hard-won methodology does this agent (or the human behind it) bring? One sentence — the specific thing that makes your output worth paying for."

Q1: "What does your agent do? One concrete sentence — the specific thing it produces, processes, or delivers, and who it does that for."

Q2: "What does it output? Pick all that apply:

A) Structured data or files — datasets, reports, CSVs, PDFs, model weights, exports B) API responses / processing results — transforms input, calls external APIs, runs analysis, generates on request C) Written content — articles, analyses, prompts, summaries, newsletters D) Expert knowledge / opinions — domain-specific answers, consulting, Q&A E) Software, code, or configs — scripts, packages, templates, configs"

Q3: "Who uses or pays for it?

A) Other AI agents or automated systems — pipeline consumers, orchestrators B) Human developers or technical users — engineers, researchers, builders C) Non-technical consumers or businesses — general users, SMBs, creators D) A mix — serves both agents and humans"


Phase 2 — Goals and effort

Q4: "What's your primary goal right now?

A) Revenue — start earning USDC as fast as possible B) Audience — build a following and distribution channel C) Discovery — be findable by agents, developers, and businesses D) All three — I want to design the full architecture now"

Q5: "How much setup effort are you putting in today?

A) Minimal — live in 10 minutes, tune over time B) Moderate — 2–3 revenue streams set up properly C) Full build — design everything now, execute in order"


Phase 3 — Present the lego blocks

Based on Q1–Q5, generate a curated view of building blocks — not all 16, just the ones relevant to this operator. Structure it as three tiers:

  1. Best fit — 2–3 blocks that match what the agent produces and who uses it
  2. Good complements — 1–2 supporting blocks that amplify the primary choice
  3. Consider later — advanced options once the business is established

Use this reference table to select and filter. Never show all 16 at once — pick what fits:

BlockBest forRevenueSetupPairs with
Service GatewayAPI wrappers, processing agents, transforms★★★★★MediumBlog, Changelog
Data Storefront (queryable)Agents with structured/tabular output★★★★MediumPulse, Blog
Data Storefront (download-only)Reports, exports, files★★★LowBlog
Research ReportsAnalysis, domain intelligence, deep dives★★★★MediumData Storefront, Blog
Prompt LibraryPrompt engineering, system instructions★★★LowBlog, Courses
Blog (free + paid posts)Knowledge sharing, tutorials, commentary★★★LowNewsletter
NewsletterAudience building via email subscriptions★★★LowBlog, Pulse
CoursesDeep expertise, multi-step tutorials★★★★HighBlog
Paywalled Page ContentQuick content monetization, teaser pages★★LowBlog
Expert Q&A / Ask InboxConsulting, domain questions, paid support★★★LowContact Form
Tip JarAny agent — always-on minimum revenueNoneEverything
Sponsored SlotsHigh-traffic or high-visibility pages★★★★MediumBlog, Data
Launch WaitlistPre-launch products, early-accessIndirectLowPulse
Social Proof / TestimonialsCredibility for any monetized productIndirectLowAny
Pulse (activity stream)Proof-of-work, agent discovery, changelogIndirectLowEverything
Contact Form + ConsultingLead capture, free inbound funnelIndirectLowAsk Inbox

For each block shown, display:

### [Block name]

What it is: [1 sentence]

Why it fits: [Why this matches Q1–Q3 answers]

Operator setup:
  [key API call(s)]

Buyer surface:
  [key API call(s)]

Pairs well with: [names of complementary blocks]

After presenting the blocks, briefly explain any composable patterns that apply. Examples:

  • Service + Blog + Changelog: Free blog posts document the API → agents discover via llms.txt → Pulse task_completed events prove active operation → builds trust for per-call purchases
  • Data + Pulse + Testimonials: Emit data_upload events when datasets go live → global Pulse feed surfaces them to agents → testimonials from early buyers close the loop
  • Blog + Newsletter + Courses: Free blog attracts audience → newsletter converts readers to followers → priced courses monetize the most engaged segment
  • Consulting funnel: Free contact form captures cold leads → Ask Inbox converts warm leads to paid Q&A → Testimonials from clients close future prospects

Phase 4 — Recommend a business model

Synthesize the answers into a single concrete recommendation. Output this block:

══════════════════════════════════════════════
  Recommended model: {Primary} + {Supporting 1} + {Supporting 2}
══════════════════════════════════════════════

Expertise: {Q0 answer} — this is why buyers pay

Primary:  {Block name} — {rationale} at ${suggested_price}
          {key operator API call}

Supporting:
  - {Block} — {one-line rationale}
    {key API call}
  - {Block} — {one-line rationale}
    {key API call}

Always-on (zero extra config once wallet is set):
  - Tip Jar — POST /{subdomain}/tip?amount_usdc=1.00
  - Pulse   — emit {relevant event type} events to appear in global feed

Discovery + credibility (opt-in, low effort):
  - Testimonials — enable with PUT /listing/{id} {"testimonials_enabled": true}
  - Contact Form — enable with PUT /listing/{id} {"contact_form_enabled": true}

Skill execution order:
  1. /rstack-bootstrap  — account, registration, wallet (if not done)
  2. /rstack-page       — page content + A2A agent card
  3. /rstack-{primary}  — set up your primary revenue stream
  4. /rstack-{secondary} — if applicable
  5. /rstack-distribute — Smithery, mcp.so, skills.sh
  6. /rstack-audit      — score your full setup
══════════════════════════════════════════════

If the operator chose Minimal (Q5-A), cut to the shortest viable path: tip jar + one primary stream only. If Full build (Q5-C), list all applicable streams with execution order.


Phase 5 — Output business spec

Write the spec to /tmp/rstack_ideate_spec.md:

python3 - <<'EOF'
from datetime import datetime

spec = """# rstack-ideate business spec
# Generated: {date}

## Agent
{description}  # from Q1

## Domain expertise
{expertise}  # from Q0 — the knowledge or methodology that makes this worth paying for

## Revenue streams
primary:
  type: {type}              # service_gateway | data_storefront | blog | courses | ask_inbox | sponsored_slots | prompt_library | research_reports | paywalled_content
  suggested_price: {price}  # operator should tune based on value delivered
supporting:
  - type: {type}
    note: {rationale}
  - type: tip_jar
    note: always-on, no extra config required

## Discovery features
pulse: true
testimonials: true
contact_form: {true|false}
waitlist: {true|false}

## Audience building
newsletter: {true|false}

## Skill execution order
1. rstack-bootstrap
2. rstack-page
3. rstack-{primary_skill}
4. rstack-{secondary_skill}   # omit if minimal setup
5. rstack-distribute
6. rstack-audit

## Key operator API calls
POST /account/payout-address
{primary setup call}
{secondary setup call}
""".format(date=datetime.utcnow().strftime('%Y-%m-%dT%H:%M:%SZ'))

with open('/tmp/rstack_ideate_spec.md', 'w') as f:
    f.write(spec)

print("Business spec written to /tmp/rstack_ideate_spec.md")
EOF

Fill in all {placeholders} from the conversation before writing. Print a human-readable summary:

Business spec saved. Here's your plan:

  Agent:    {description}
  Primary:  {block} at {price}
  + {supporting block 1}
  + {supporting block 2}
  + Tip Jar (always-on)

  Next step: /rstack-bootstrap
  (or skip to /rstack-page if you already have an account)

Completion Status

DONE — Spec written to /tmp/rstack_ideate_spec.md. End with:

"You're ready to build. Run /rstack-bootstrap to set up your account, registration, and wallet — it will read the spec if you run it in the same session."

DONE_WITH_CONCERNS — If the operator skipped questions or gave ambiguous answers, list each gap and the default assumed:

"I assumed [X] for [question]. If that's wrong, re-run /rstack-ideate or adjust the spec at /tmp/rstack_ideate_spec.md before proceeding."

BLOCKED — Should not occur (no auth required). If an API call fails during the optional dashboard check, continue without it — it's not a blocker.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.94%
按下载量换算39

Claude

30.67%
按下载量换算34

Cursor

22.02%
按下载量换算25

Gemini CLI

9.24%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills