bear-x-callback-url

📁 zetavg/agent-skills 📅 1 day ago
0
总安装量
2
周安装量
安装命令
npx skills add https://github.com/zetavg/agent-skills --skill bear-x-callback-url

Agent 安装分布

amp 2
opencode 2
cursor 2
kimi-cli 2
codex 2
github-copilot 2

Skill 文档

Bear X-Callback-URL

Overview

Use this skill to build Bear x-callback-url links, explain parameters, and describe expected results. This skill includes a concise, reformatted version of the official documentation so agents do not need to fetch the URL. The official reference URL is kept only to help update content if needed: https://bear.app/faq/x-callback-url-scheme-documentation.

Scheme Basics

Bear supports the x-callback-url protocol. URLs follow this pattern:

bear://x-callback-url/[action]?[action parameters]&[x-callback parameters]

Standard x-callback parameters like x-success and x-error are supported when needed by an integration.

Shared Notes

  • Encode all query parameter values for URL safety.
  • macOS-only parameters include new_window, float, and show_window.
  • Actions that accept selected=yes require an API token; see references/token-generation.md.
  • Some actions return data only if token is provided; see each action file.
  • URL builder links are for humans only. Do not open them as an agent; only share them with human users who want a UI to compose URLs.

Action Index

You can read only the files you need. Each action link includes a short description to guide selection.

Usage Guidance

  • Confirm the target action, required parameters, and whether a token is needed.
  • Clarify whether the user wants to open UI or return results via callbacks.
  • Mention any restrictions (locked state, encrypted notes) listed in the action file.