← Back to Skills Marketplace
MH bear-notes
by
mohdalhashemi98-hue
· GitHub ↗
· v1.0.0
472
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mh-bear-notes
Description
Create, search, and manage Bear notes via grizzly CLI.
Usage Guidance
This skill appears coherent, but take these precautions before installing:
- Review the grizzly GitHub repo and consider pinning the module to a specific release rather than '@latest' to avoid unexpected upstream changes.
- The Bear API token (~/.config/grizzly/token) is sensitive: create it only from the Bear app UI, store it with restrictive file permissions, and do not expose it to remote endpoints.
- Be cautious with GRIZZLY_CALLBACK_URL: the callback mechanism is needed to read note contents, but if you configure the callback URL to a remote host it could transmit note data off your machine. Prefer localhost callbacks unless you explicitly need remote delivery.
- Verify the built 'grizzly' binary (audit source or checksum) if you care about supply-chain/trust.
- This skill is macOS-only and requires the Bear app to be installed and running.
If you are comfortable with these trade-offs, the skill's requirements and instructions match its stated purpose.
Capability Analysis
Type: OpenClaw Skill
Name: mh-bear-notes
Version: 1.0.0
The skill bundle is designed to manage Bear notes using the `grizzly` CLI tool. The `SKILL.md` clearly outlines its purpose, installation via `go install github.com/tylerwince/grizzly/cmd/grizzly@latest`, and usage instructions. It requires the user to manually provide a Bear API token for certain operations, which is then used by the `grizzly` tool via a specified file path. There is no evidence of prompt injection against the agent, data exfiltration to external endpoints (callback URLs are localhost), malicious execution, persistence mechanisms, or obfuscation. The skill's behavior is entirely aligned with its stated purpose.
Capability Assessment
Purpose & Capability
Name/description match the requirements: the skill requires the 'grizzly' binary and (optionally) installs it from the grizzly Go module. All declared requirements (macOS/darwin, grizzly binary) are appropriate for managing Bear notes.
Instruction Scope
SKILL.md confines actions to running grizzly commands and storing/reading a Bear API token at ~/.config/grizzly/token. One relevant risk to note: grizzly supports x-callback-style operations that send responses to a callback URL (GRIZZLY_CALLBACK_URL). If that URL is set to a remote endpoint, note contents or IDs could be sent off-host. The guidance in the skill uses a localhost callback by default, which is appropriate; users should avoid setting callback_url to an external host unless they intend remote delivery.
Install Mechanism
Install spec uses 'go' to fetch github.com/tylerwince/grizzly/cmd/grizzly@latest and build a 'grizzly' binary. This is an expected, traceable source on GitHub, but '@latest' is mutable — consider pinning to a specific release/tag or reviewing the repo before building to reduce supply-chain risk.
Credentials
The skill declares no required environment variables and only relies on the Bear API token (stored in ~/.config/grizzly/token) and optional grizzly configuration (GRIZZLY_TOKEN_FILE, GRIZZLY_CALLBACK_URL, etc.). These are proportional to the task; the token is sensitive and should be protected (file permissions, avoid exporting it to remote callback URLs).
Persistence & Privilege
The skill does not request 'always: true' or other elevated persistence. Installing the grizzly binary writes a user-level binary; the skill does not modify other skills or system-wide agent settings. Runtime behavior (callbacks) is controlled by grizzly and user configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mh-bear-notes - After installation, invoke the skill by name or use
/mh-bear-notes - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Imported from OpenClaw bundled skill
Metadata
Frequently Asked Questions
What is MH bear-notes?
Create, search, and manage Bear notes via grizzly CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 472 downloads so far.
How do I install MH bear-notes?
Run "/install mh-bear-notes" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MH bear-notes free?
Yes, MH bear-notes is completely free (open-source). You can download, install and use it at no cost.
Which platforms does MH bear-notes support?
MH bear-notes is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin).
Who created MH bear-notes?
It is built and maintained by mohdalhashemi98-hue (@mohdalhashemi98-hue); the current version is v1.0.0.
More Skills