bear-x-callback-url

Bear app x-callback-url scheme guidance for building callback URLs, understanding parameters, and using Bear actions (create, open, search, tags, selection, and related operations). Use when a user asks how to use Bear's x-callback-url scheme, when composing a Bear callback URL, or when building an integration that needs to drive Bear via x-callback-url.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bear-x-callback-url" with this command: npx skills add zetavg/agent-skills/zetavg-agent-skills-bear-x-callback-url

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

git-commit-message-follow-project-convention

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

vercel-composition-patterns

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

Repository Source
85.9K23Kvercel
Automation

vercel-react-native-skills

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

Repository Source
60.2K23Kvercel
Automation

supabase-postgres-best-practices

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

Repository Source
35.1K1.6Ksupabase