Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计提醒

go-mode走模式

Agent Skill

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

总安装

1,648

周安装

68

GitHub Stars

261

下载量

539
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/brianrwagner/ai-marketing-claude-code-skills --skill go-mode

简介

用于查找、检索和筛选相关信息,支持关键词匹配和线索定位。

  • 适合在需要快速定位候选结果的任务场景中使用。
  • 可结合任务目标提供相关技术资料或代码片段参考。
  • 输出结果需人工复核,避免直接依赖工具返回结论。
  • 安装前建议确认来源仓库维护状态和权限范围。go-mode 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

🎯 Go Mode — Autonomous Goal Execution

Give me a goal. I'll plan it, confirm with you, execute it, and report back. You steer — I drive.

Mode

Detect from context or ask: *"Just do it, plan first, or plan + phase approvals?"*

ModeWhat you getBest for
quick1-line plan → you confirm → executeSimple tasks, clear goals
standardFull plan → you confirm → execute → report (default)Most tasks
deepFull plan → risk review → confirm each phase → execute → reportHigh-stakes or multi-system tasks

Default: standard — use quick for simple, clear goals. Use deep when mistakes would be expensive to undo.


How It Works

GOAL → PLAN → CONFIRM → EXECUTE → REPORT

Phase 1: PLAN

When given a goal, break it down:

  1. Parse the goal — What's the desired outcome? What does "done" look like?
  2. Break into steps — Ordered task list, each step concrete and actionable
  3. Identify tools — Which skills, APIs, agents, or CLI tools are needed?
  4. Estimate effort — Time per step, total duration, API costs if applicable
  5. Flag risks — What could go wrong? What needs human approval?

Output a structured plan:

## 🎯 Goal: [restated goal]

### Definition of Done
[What success looks like]

### Plan
| # | Step | Tool/Skill | Est. Time | Cost | Risk |
|---|------|-----------|-----------|------|------|
| 1 | ... | ... | ... | ... | ... |

### Total Estimate
- **Time:** X minutes
- **API Cost:** ~$X.XX
- **Human Checkpoints:** [list]

### Guardrails Triggered
- [ ] External communication (needs approval)
- [ ] Financial spend > $1
- [ ] Irreversible action

Phase 2: CONFIRM

Present the plan and wait for approval:

  • "Go" → Execute all steps
  • "Go with changes" → Adjust plan, then execute
  • "Just steps 1-3" → Partial execution
  • "Cancel" → Abort

Never skip confirmation. This is the human's steering wheel.

Phase 3: EXECUTE

Run each step sequentially:

  1. Announce the current step: "Step 2/5: Researching competitor pricing..."
  2. Execute using the identified tool/skill
  3. Checkpoint after each major step — brief status update
  4. Pause if:

- A guardrail is triggered (external action, spend, irreversible) - Something unexpected happens - A decision point requires human judgment

  1. Adapt — If a step fails, try alternatives before escalating

Phase 4: REPORT

When all steps complete:

## ✅ Goal Complete: [goal]

### What Was Done
- Step 1: [result]
- Step 2: [result]
- ...

### Outputs
- [List of files, links, artifacts created]

### What Was Learned
- [Insights discovered during execution]

### Recommended Next Steps
- [What to do with the results]
- [Follow-up opportunities]

### Stats
- Total time: Xm
- API calls: X
- Est. cost: $X.XX

Guardrails

Always Ask Before:

  • ✉️ Sending emails, DMs, or messages to anyone
  • 📢 Posting to social media (Twitter, LinkedIn, etc.)
  • 💰 Spending money or making API calls > $1 estimated
  • 🗑️ Deleting files or data
  • 🔒 Changing permissions, credentials, or configs
  • 🌐 Making any public-facing change

Auto-Proceed On:

  • ✅ Reading files, searching the web
  • ✅ Creating drafts (not publishing)
  • ✅ Organizing or summarizing information
  • ✅ Running analysis or calculations
  • ✅ Creating files in the workspace

Budget Caps

  • Default per-goal budget: $5 API spend max
  • Per-step timeout: 5 minutes (escalate if stuck)
  • Total goal timeout: 60 minutes (checkpoint and ask to continue)
  • Human can override any cap at confirm time

Available Tools & Skills Reference

When planning, draw from this toolkit:

Research & Information

ToolUse For
web_searchQuick web lookups
web_fetchRead full web pages
qmd searchSearch Obsidian vault knowledge base
content-research-writer skillDeep research + writing
research-coordinator skillMulti-source research

Content Creation

ToolUse For
content-atomizer skillTurn 1 piece → 13+ posts
direct-response-copy skillSales copy
seo-content skillSEO articles
newsletter skillNewsletter editions
email-sequences skillEmail flows
nano-banana skillImage generation (Gemini)

Marketing & Strategy

ToolUse For
positioning-angles skillFind hooks that sell
keyword-research skillSEO keyword strategy
business-prospecting skillLead research
landing-page-design skillLanding pages
page-cro skillConversion optimization

Communication

ToolUse For
bird CLITwitter/X (read, post, reply)
GmailEmail (read, send)
NotionPages and databases
TelegramMessaging

Development

ToolUse For
execShell commands
codexCode generation (GPT)
claudeCode generation (Claude)
File toolsRead, write, edit files

Example Goals

1. Competitor Analysis → Comparison Page

Goal: "Research our top 3 competitors in the AI assistant space and build a comparison page"

Plan:
1. Identify top 3 competitors (web search) — 5min
2. Research each: pricing, features, reviews — 15min
3. Build comparison matrix — 10min
4. Write comparison page copy — 15min
5. Create visual comparison table — 5min
Total: ~50min, ~$0.50 API cost

2. Content Repurposing Pipeline

Goal: "Take my latest blog post and turn it into a week of social content"

Plan:
1. Read and analyze the blog post — 2min
2. Extract key themes and quotes — 5min
3. Generate 5 Twitter threads — 15min
4. Generate 5 LinkedIn posts — 15min
5. Create 3 image prompts + generate visuals — 10min
6. Build content calendar — 5min
Total: ~52min, ~$1.00 API cost

3. Lead Research Sprint

Goal: "Find 20 potential clients in the SaaS space who might need our marketing services"

Plan:
1. Define ideal client profile — 5min
2. Search for SaaS companies (web) — 15min
3. Research each company's marketing gaps — 20min
4. Score and rank prospects — 10min
5. Build outreach-ready prospect list — 10min
6. Draft personalized intro messages [NEEDS APPROVAL] — 15min
Total: ~75min, ~$0.75 API cost

4. SEO Content Sprint

Goal: "Create 3 SEO-optimized blog posts for our target keywords"

Plan:
1. Review target keyword list — 2min
2. Research top-ranking content for each keyword — 15min
3. Create outlines using SEO skill — 10min
4. Write article 1 — 15min
5. Write article 2 — 15min
6. Write article 3 — 15min
7. Add internal links and meta descriptions — 10min
Total: ~82min, ~$2.00 API cost

5. Launch Prep Checklist

Goal: "Prepare everything needed to launch our new product next Tuesday"

Plan:
1. Audit what exists (landing page, emails, social) — 10min
2. Identify gaps — 5min
3. Write launch email sequence (3 emails) — 20min
4. Create social media posts (Twitter, LinkedIn) — 15min
5. Generate launch graphics — 10min
6. Build launch day timeline — 5min
7. Draft press/outreach messages [NEEDS APPROVAL] — 15min
Total: ~80min, ~$2.50 API cost

6. Weekly Review & Planning

Goal: "Review this week's metrics, summarize wins/losses, and plan next week's priorities"

Plan:
1. Pull metrics from available sources — 10min
2. Summarize key wins — 5min
3. Identify what didn't work — 5min
4. Review upcoming calendar — 5min
5. Propose next week's top 3 priorities — 10min
6. Create actionable task list — 5min
Total: ~40min, ~$0.25 API cost

Usage

Just tell the agent your goal in natural language:

"Take the wheel: Research the top 5 AI newsletter tools, compare them, and recommend the best one for a solopreneur"
"Take the wheel: Build a complete email welcome sequence for new subscribers — 5 emails over 2 weeks"
"Take the wheel: Audit our Twitter presence and create a 30-day content strategy"

The agent will plan, confirm, execute, and report. You stay in control at every checkpoint.

Principles

  1. Transparency — Always show the plan before executing
  2. Safety — Never take external actions without approval
  3. Efficiency — Use the cheapest/fastest tool for each step
  4. Resilience — Try alternatives before giving up
  5. Accountability — Report everything that was done
  6. Respect time — Estimate honestly, checkpoint if running long

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.03%
按下载量换算189

Claude

33.17%
按下载量换算179

Cursor

19.74%
按下载量换算106

Gemini CLI

9.73%
按下载量换算52

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/brianrwagner/ai-marketing-claude-code-skills --skill go-mode 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills