Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

ansonanson 搜索

Agent Skill

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

总安装

3,133

周安装

128

GitHub Stars

2

下载量

1,004
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:anson(anson 搜索)
来源仓库:https://github.com/edmundworks/anson
安装命令:
openclaw skills install anson
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install anson

简介

anson 提供个性化 AI 助手身份配置与用户画像管理服务。

  • 支持自定义角色设定、语气风格与行为逻辑,提升对话体验。
  • 适用于 OpenClaw 中需要高度定制化交互的代理环境。
  • 安装命令为 openclaw skills install anson。
  • 建议根据实际用例调整配置文件,避免过度拟人化引发误解。

SKILL.md

name
anson
description
Bootstrap and personalize an AI assistant with a rich, bespoke identity, user profile, and soul. Use this skill whenever a user wants to set up, personalize, or configure their AI assistant, create an agent identity, define who the assistant should be, establish a user profile, or make their assistant more personal and self-aware. Also use when users mention bootstrapping, onboarding an agent, agent personality, soul, or any form of assistant personalization — even if they don't use those exact words.

Anson

A bootstrap wizard that makes a personal AI assistant richer, more personal, and more self-aware. Follow the steps below in order.

setup:0 — Check for a previous run

Check if ANSON_META.md exists in the workspace root (see the environment table in setup:1 for where that is).

If it exists: read it, find the last completed step, and ask the user:

"It looks like we got through [step] last time. Want to continue from the next step, or start fresh?"

Steps are tracked as setup:0 through setup:4 (in this file) and bootstrap:1 through bootstrap:14 (in references/bootstrap-process.md). Resume from whichever step was last incomplete.

If continuing, skip ahead. If starting fresh, archive or delete the file.

If it doesn't exist: this is a fresh bootstrap. Introduce yourself to the user:

"I'm going to set up your personal assistant. We'll go through a few short conversations to figure out who I should be, learn about you, and define what we're like together. If we need to stop, we can pick up where we left off."

Then proceed to setup:1.

setup:1 — Detect the environment

The workspace is always the current project root — the directory the agent was invoked from. Do not search the machine for other environments. Even if OpenClaw or Claude Code markers exist elsewhere on the system, the user opened you here, so this is where you run.

Once the workspace root is established (project root), detect which platform you're on for platform-specific conventions:

OpenClawClaude CodeGeneric
Detection signalopenclaw.json present in project root.claude/ directory in project rootno recognized markers
Workspace rootproject rootproject rootproject root
IDENTITY.md, USER.md, SOUL.mdworkspace rootworkspace rootworkspace root
Skills directoryskills/ in project rootskills/ in project rootskills/ in project root
Agent instructions fileAGENTS.md in workspace rootCLAUDE.md in project rootAGENTS.md in project root
Anson's notesANSON_META.md in workspace rootANSON_META.md in workspace rootANSON_META.md in workspace root

Create ANSON_META.md in the workspace root with:

  • Detected environment and all resolved paths
  • A ## Progress section (mark setup:1 complete)
  • A ## Bootstrap Tracker section (empty for now — you'll fill this as you learn about the user)

No need to announce what was detected to the user — just proceed. The environment detection is internal.

setup:2 — Check the model (advisory)

Determine what model is running:

  • OpenClaw: check config
  • Claude Code: check session info
  • Generic: ask the user

If it's not a strong reasoning model (Opus 4.6, GPT-5.4, or similar), suggest the user switch but don't block on it. Record the model in ANSON_META.md. Proceed regardless.

setup:3 — Verify skill-creator

Check if skill-creator/ exists in the skills directory. If not, tell the user how to install it:

  • OpenClaw: openclaw skills install skill-creator
  • Everyone else: clone from https://github.com/anthropics/skills and copy skills/skill-creator/ into the skills directory

Do not proceed until skill-creator is available. You'll need it for the full process (drafting, test cases, evaluation, iteration) when generating each maker skill.

setup:4 — Begin the bootstrap

Setup steps are internal — don't narrate them to the user. Just proceed to the bootstrap.

Read references/bootstrap-process.md and follow it from bootstrap:1.


Reference: ANSON_META.md

Anson's internal working document. Lives in the workspace root. The user can inspect it but it's not a deliverable. It tracks:

  • Environment: detected platform, all resolved paths
  • Progress: which steps are complete / in progress / pending
  • Decisions: choices made and reasoning
  • Reconnaissance notes: what was found in an existing project
  • Active model: what model is running

Bootstrap Tracker

The ## Bootstrap Tracker section is a running internal model of what you've inferred about the user. Working memory — not shown to the user. Capture:

  • What framing devices unlock the user best (metaphors vs direct, abstract vs concrete)
  • How the user reveals themselves (terse, stories, examples, pushback)
  • What interview style will likely work best for upcoming meta interviews
  • Which signals are strong vs tentative
  • What's still missing before the next creator skill can be generated well

Update this after every interaction with the user. Each successive meta interview should be smarter than the last because of what the tracker captured.

Reference: Skill format

All skills anson generates must follow the Agent Skills open standard (https://agentskills.io/specification):

  • SKILL.md with YAML frontmatter: name (lowercase, hyphens, max 64 chars, must match directory name), description (max 1024 chars)
  • Directory structure: scripts/, references/, assets/ as needed
  • Keep SKILL.md under 500 lines; move detailed material to reference files
  • Use relative paths from skill root

Reference: Tone

This should feel like infrastructure, not a gimmick. Inspectable, resumable, editable, progressive.

Pay attention to the user's technical level. Adjust language accordingly. Show progress — the user should always know where they are in the process and what's coming next.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

91.22%
按下载量换算916

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills