Files
stock-assistant/skills/agent-browser/CONTRIBUTING.md
root 691b8cdd0c feat: 初始化黄小瓜AI助手记忆仓库
- 核心配置: IDENTITY, USER, SOUL, AGENTS, TOOLS, HEARTBEAT, MEMORY
- memory/: 每日总结和临时记录
- skills/: 所有已安装技能
- notes/: 语音配置笔记
2026-04-04 02:42:48 +08:00

1.6 KiB

Contributing to Agent Browser Skill

This skill wraps the agent-browser CLI. Determine where the problem lies before reporting issues.

Issue Reporting Guide

Open an issue in this repository if

  • The skill documentation is unclear or missing
  • Examples in SKILL.md do not work
  • You need help using the CLI with this skill wrapper
  • The skill is missing a command or feature

Open an issue at the agent-browser repository if

  • The CLI crashes or throws errors
  • Commands do not behave as documented
  • You found a bug in the browser automation
  • You need a new feature in the CLI

Before Opening an Issue

  1. Install the latest version

    npm install -g agent-browser@latest
    
  2. Test the command in your terminal to isolate the issue

Issue Report Template

Use this template to provide necessary information.

### Description
[Provide a clear and concise description of the bug]

### Reproduction Steps
1. [First Step]
2. [Second Step]
3. [Observe error]

### Expected Behavior
[Describe what you expected to happen]

### Environment Details
- **Skill Version:** [e.g. 1.0.2]
- **agent-browser Version:** [output of agent-browser --version]
- **Node.js Version:** [output of node -v]
- **Operating System:** [e.g. macOS Sonoma, Windows 11, Ubuntu 22.04]

### Additional Context
- [Full error output or stack trace]
- [Screenshots]
- [Website URLs where the failure occurred]

Adding New Commands to the Skill

Update SKILL.md when the upstream CLI adds new commands.

  • Keep the Installation section
  • Add new commands in the correct category
  • Include usage examples