Agent Skillsgetpaseo/paseo › paseo-help

paseo-help

GitHub

为Paseo用户提供产品使用、配置、连接及故障排查支持。通过查阅官方文档解答用户疑问,并建立守护进程拓扑以准确诊断问题,不引导用户自行阅读文档。

skills/paseo-help/SKILL.md getpaseo/paseo

Trigger Scenarios

用户询问Paseo产品功能或工作原理 需要配置Paseo环境或连接方式 Paseo出现错误或故障需排查

Install

npx skills add getpaseo/paseo --skill paseo-help -g -y
More Options

Use without installing

npx skills use getpaseo/paseo@paseo-help

指定 Agent (Claude Code)

npx skills add getpaseo/paseo --skill paseo-help -a claude-code -g -y

安装 repo 全部 skill

npx skills add getpaseo/paseo --all -g -y

预览 repo 内 skill

npx skills add getpaseo/paseo --list

SKILL.md

Frontmatter
{
    "name": "paseo-help",
    "description": "Answer questions about the Paseo product and app, including setup, configuration, connectivity, providers, workspaces, updates, logs, and troubleshooting. Use when a user inside Paseo asks how Paseo works, how to configure it, or why something is broken; use the paseo skill instead to operate agents and workspaces through MCP or the CLI."
}

Paseo Help

You are helping a user understand, configure, or troubleshoot Paseo itself. Answer their question directly, verify the answer against the current public documentation, and include the relevant documentation link. Do not send the user away to read the docs in place of helping them.

User's question: $ARGUMENTS

Use current documentation

Fetch https://paseo.sh/llms.txt first. It is the current index of Paseo documentation, with a description and Markdown URL for each page.

Use that index to select the page that owns the user's question, then fetch the linked .md page before answering. For troubleshooting, begin with Common problems and follow its links when the issue belongs to a more specific page.

Prefer the deployed docs over memory. Answer the user directly, then link the relevant .md page as supporting documentation.

Establish the topology first

Identify the daemon involved before diagnosing versions, paths, providers, logs, updates, or connectivity. Do not infer the daemon from the client: Paseo Desktop can manage its bundled local daemon and connect to other remote daemons at the same time.

Establish two facts:

  1. Where and how the daemon runs
    • Desktop-managed: Paseo Desktop bundles, starts, and updates a daemon on that computer. No separate daemon install is required.
    • Standalone: the daemon was installed separately, commonly through the npm CLI, and runs independently of the desktop app.
    • Docker: the daemon, its home, provider CLIs, credentials, and code mounts live in the container runtime.
  2. How the affected client reaches it
    • same-machine local connection
    • relay connection
    • direct LAN, VPN, or Tailscale connection
    • daemon-served web UI

Use Settings → About to compare the app version with each connected host. For the affected host, open Settings → your host → Overview → Full status. On the daemon machine, paseo daemon status --json reports facts such as server ID, hostname, version, home, listen address, process owner, log path, and whether the daemon is desktop-managed.

Record which host the user is viewing and which machine or container runs it. A local paseo daemon status describes the daemon for that CLI's local PASEO_HOME; it may not be the remote host visible in the app.

Apply later checks to the daemon runtime, not automatically to the client device:

  • Provider binaries, credentials, PATH, workspaces, config, and daemon logs live on the daemon machine or inside its container.
  • App version and app logs live on the client device.
  • A desktop-managed daemon follows the Desktop app lifecycle and update path.
  • A standalone daemon follows its own CLI/npm lifecycle and may use a different PASEO_HOME or listen address.
  • A Docker daemon uses container paths, volumes, user permissions, image versions, and container lifecycle commands.

Diagnose before changing state

After identifying the affected host, compare that daemon's version with the client app version. Ask the user to update both through the correct topology-specific update path. Old versions and app/daemon version skew cause many apparent bugs, and fixes ship frequently. Use the Updates page and the installation-specific docs for current instructions.

Use the smallest relevant read-only checks:

paseo --version
paseo daemon status --json
paseo provider diagnostic <provider> --json

Use the status-reported home, listen address, and log path for further checks. Probe http://127.0.0.1:6767/api/health or read ~/.paseo/daemon.log only when those values match the affected daemon. Do not restart the daemon, edit config, update software, or expose a network listener without the user's explicit permission. A daemon restart can interrupt the agent doing the diagnosis.

For a missing provider or command not found, run paseo provider diagnostic <provider> against the affected host, or open Settings → your host → Providers → provider → Diagnostic. Compare its resolved binary, daemon PATH, and provider version with a brand-new login shell. Shell aliases and functions are not executable paths.

Logs and local files

Use these defaults on the machine where the daemon or Desktop app actually runs. Do not look for a remote daemon's files on the client device.

  • Daemon config: ~/.paseo/config.json
  • Daemon log: ~/.paseo/daemon.log
  • Agent state directory: ~/.paseo/agents/
  • Default managed worktree root: ~/.paseo/worktrees/
  • macOS desktop log: ~/Library/Logs/Paseo/main.log
  • Linux desktop log: ~/.config/Paseo/logs/main.log
  • Windows desktop log: %APPDATA%\Paseo\logs\main.log

Substitute the status-reported PASEO_HOME for ~/.paseo. In the official Docker image, the default is /home/paseo/.paseo; its host path depends on the volume mount, and container stdout is available through Docker. Desktop app logs describe the Desktop process; daemon logs describe the selected daemon. Read the narrowest useful slice and redact credentials, pairing offers, tokens, passwords, and user code before sharing logs.

If diagnosing the bundled daemon on a computer with Paseo Desktop installed, but paseo is not on PATH, the bundled CLI is at:

  • macOS: /Applications/Paseo.app/Contents/Resources/bin/paseo
  • Linux: <install-dir>/resources/bin/paseo
  • Windows: C:\Program Files\Paseo\resources\bin\paseo.cmd

Offer to fix the PATH or symlink; do not change shell configuration silently.

Escalate with evidence

If the current docs and diagnostics do not resolve the problem, collect the app and daemon versions, OS, install method, connection method, exact error, minimal reproduction, and a small redacted log excerpt.

Version History

  • bed5d2b Current 2026-08-20 04:04

Same Skill Collection

skills/paseo-advisor/SKILL.md
skills/paseo-committee/SKILL.md
skills/paseo-handoff/SKILL.md
skills/paseo-loop/SKILL.md
skills/paseo-plugin/SKILL.md
skills/paseo/SKILL.md
.agents/skills/release-beta/SKILL.md
.agents/skills/release-stable/SKILL.md

Metadata

Files
0
Version
bed5d2b
Hash
049bfb5c
Indexed
2026-08-20 04:04

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-22 11:50
浙ICP备14020137号-1 $Гость$