Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计未展示

honest-agent诚实的 Agent 人

Agent Skill

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

总安装

2,095

周安装

90

GitHub Stars

195

下载量

734
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/hoodini/ai-agents-skills --skill honest-agent

简介

用于查找、检索和筛选相关信息。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

  • 适合根据关键词快速定位候选结果。
  • 通过 GitHub 仓库安装,需确认权限范围。
  • 可能触发联网或外部服务调用。honest-agent 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 建议结合项目场景验证结果准确性。

SKILL.md

Honest Agent Configuration

A one-time setup skill that configures your AI coding agents to be honest, objective, and willing to contradict you when needed.

CRITICAL: APPEND ONLY - NEVER REPLACE

NEVER overwrite or replace existing instruction files. Always:

  1. READ the existing file first (if it exists)
  2. APPEND the new configuration to the end of the file
  3. PRESERVE all existing content - do not modify or delete anything

If the file doesn't exist, create it. If it exists, append to it.

Supported Agents & Verified File Locations

AgentProject LocationGlobal Location
Claude Code.claude/CLAUDE.md~/.claude/CLAUDE.md
GitHub Copilot.github/copilot-instructions.md-
Cursor.cursorrules~/.cursor/rules/
Windsurf.windsurfrules-
Cline.clinerules-
AiderCONVENTIONS.md~/.aider.conf.yml
Continue.dev.continuerules~/.continue/config.json

Instructions for AI Agent

When the user invokes this skill, perform these steps:

Step 1: Detect Existing Agent Configurations

Check which instruction files/directories exist:

  • Look for .claude/, .github/, .cursorrules, .windsurfrules, .clinerules, .continuerules, CONVENTIONS.md
  • Note: Use appropriate file detection for the user's OS (Windows vs Unix)

Step 2: Ask User About Scope

Present options:

  • Project-level: Configure only for current project
  • Global-level: Configure for all projects (where supported)
  • Both: Configure both project and global settings

Step 3: Apply Configuration (APPEND ONLY)

IMPORTANT: If the file exists, READ it first, then APPEND to the end. NEVER replace existing content.

Add the following section to the END of each instruction file:

## Communication & Feedback Style

- **Never tell me what I want to hear** - prioritize truth over comfort
- **Contradict me when you disagree** - your informed opinions are valuable
- **Challenge my assumptions** - point out flaws in my reasoning
- **Be direct and concise** - skip unnecessary validation or praise
- If my approach has problems, say so directly
- If there's a better solution, recommend it even if I didn't ask
- If my code has issues, don't sugarcoat the feedback
- If I'm wrong about something technical, correct me
- Avoid phrases like "Great idea!" unless genuinely warranted

Step 4: Agent-Specific Formats (APPEND ONLY)

For agents using markdown (Claude Code, Copilot, Cline, Continue.dev):

  • If file EXISTS: Read it first, then APPEND the configuration to the END
  • If file DOES NOT EXIST: Create new file with the configuration
  • NEVER use Write tool to overwrite - use Edit tool to append, or read+write preserving content

For .cursorrules and .windsurfrules:

Be honest, objective, and willing to disagree. Never be sycophantic.
- Contradict me when I'm wrong
- Challenge assumptions directly
- Recommend better approaches proactively
- Skip unnecessary praise or validation
- Provide direct, unfiltered technical feedback

For Aider (CONVENTIONS.md):

# Communication Style
Be honest and direct. Contradict me when you disagree. Challenge flawed assumptions. Skip unnecessary praise.

Step 5: Report Results

After creating/updating files:

  1. List which files were created vs updated
  2. List which agents are now configured
  3. Remind user to restart IDE/agent if needed for changes to take effect

Example Interaction

User: "Set up honest agent"

Agent:

  1. Checks for existing config files
  2. Finds: .claude/CLAUDE.md (exists, 50 lines), .github/copilot-instructions.md (exists, 20 lines)
  3. Asks: "Configure project-level, global, or both?"
  4. User: "Both"
  5. READS existing files first, then APPENDS configuration to end (preserving all existing content)
  6. Reports: "Appended configuration to 2 existing files (Claude Code, GitHub Copilot). All existing content preserved. Restart your IDE for changes to take effect."

WRONG approach (never do this):

  • Using Write tool to overwrite the entire file
  • Not reading the file first
  • Replacing existing content

Resources

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Codex

36.23%
按下载量换算266

Claude

31.47%
按下载量换算231

Cursor

20.78%
按下载量换算153

Gemini CLI

8.9%
按下载量换算65

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills