Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/sushuheng/obshare-cli/permissionnpx skills add SuShuheng/obshare-cli --skill permissiongit clone --depth 1 https://github.com/SuShuheng/obshare-cliWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/sushuheng/obshare-cli/permission)<a href="https://agentmods.dev/skills/sushuheng/obshare-cli/permission"><img src="https://agentmods.dev/badge/skills/sushuheng/obshare-cli/permission.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00022 | $0.00284 |
| Opus 5 | $0.00011 | $0.00142 |
| Sonnet 5 | $0.00004 | $0.00057 |
| Haiku 4.5 | $0.00002 | $0.00028 |
Grade A, and why
permission scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
obshare-cli permission
Adjust sharing permissions for an existing Feishu document.
Available Subcommand
| Command | Purpose |
|---|---|
set <token> |
Update sharing flags for one document |
Syntax
conda run -n obsd obshare-cli permission set <token> [--public] [--allow-copy] [--allow-download]
conda run -n obsd obshare-cli --json permission set <token> [--public] [--allow-copy] [--allow-download]
Examples
conda run -n obsd obshare-cli permission set doxcnAbcDefGhi --public
conda run -n obsd obshare-cli permission set doxcnAbcDefGhi --allow-copy --allow-download
conda run -n obsd obshare-cli --json permission set doxcnAbcDefGhi --public --allow-copy
Notes
--publicmakes the document link-accessible.--allow-copyallows viewers to copy content.--allow-downloadallows download and create-copy behavior.- Updated permission flags are also written back into local history when the token exists there.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 37 lines · 22 tokens per session scan A cbc148441461
permission is a skill published in the GitHub repository SuShuheng/obshare-cli (2 stars, last pushed 5mo ago), licensed MIT. It adds 22 tokens to every session and 284 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
google-workspace
Gmail, Calendar, Drive, Contacts, Sheets, and Docs — through Hermes-managed OAuth and a thin CLI wrapper. When gws is installed, the skill uses it as the execution backend for broader Google Workspace coverage; otherwise it falls back to the bundled Python client implementation.
vault-organization
Audit and reorganize the user's Obsidian vault. Run when asked to organize, clean up, or audit the vault structure — or to set up a sensible structure for a new/empty vault.
session-artifact-indexing
Use this skill when a session creates or references several documents, trackers, plans, templates, source links, or skills that the user may need later.
office-document-review
Use this skill when the user wants you to inspect a OneDrive/SharePoint-style folder tree, locate a subfolder by name/date, and proofread all documents in it for spelling and grammar.
notion
Notion API + ntn CLI: pages, databases, markdown, Workers.
browser-harness-authoring
Use when mapping a repeatable website workflow into a verified Hermes skill so later runs can follow known steps instead of rediscovering the site. Surveys browser compatibility, semantic targets, failure modes, recovery paths, decision gates, and expiry using dummy data and no irreversible submissions.