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 skills add kevinnft/ai-agent-skills --skill obsidian-mobile-syncgit clone --depth 1 https://github.com/kevinnft/ai-agent-skillsWrote 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/kevinnft/ai-agent-skills/obsidian-mobile-sync)<a href="https://agentmods.dev/skills/kevinnft/ai-agent-skills/obsidian-mobile-sync"><img src="https://agentmods.dev/badge/skills/kevinnft/ai-agent-skills/obsidian-mobile-sync/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/kevinnft/ai-agent-skills/obsidian-mobile-sync"><img src="https://agentmods.dev/badge/skills/kevinnft/ai-agent-skills/obsidian-mobile-sync.svg" alt="Reviewed on agentmods" width="80" 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.00045 | $0.01903 |
| Opus 5 | $0.00023 | $0.00951 |
| Sonnet 5 | $0.00009 | $0.00381 |
| Haiku 4.5 | $0.00005 | $0.00190 |
Grade B, and why
obsidian-mobile-sync scanned grade B with 2 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 9d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg How it starts
The opening of the file, as written. The whole thing — 226 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Obsidian Mobile Sync
Setup mobile access to Obsidian vault via GitHub sync (free) or Obsidian Sync (paid).
CRITICAL Pitfall
"Obsidian doesn't need login" — WRONG for mobile sync.
- Desktop-only: No account needed
- Mobile sync: Requires authentication (Obsidian Sync OR Git sync)
Always clarify sync requirements when user asks about mobile access.
Sync Options
ALWAYS present free options FIRST. Users expect cost-free solutions by default.
Option 1: Git Sync (Free) ⭐ RECOMMENDED
Cost: $0 (100% free)
Setup: Push to GitHub → Install Obsidian Git plugin (desktop)
Mobile:
- Android: MGit (free) — full Git functionality
- iOS: Working Copy (free for pull, $19.99 for push) OR iSH + Git (free, terminal-based)
Pros: Free, version control, forever history, no vendor lock-in
Cons: Manual sync on mobile (2-3 taps per session)
iOS Free Alternative: iSH app + Git CLI (100% free, no purchase needed)
Option 2: Obsidian Sync (Paid)
Cost: $10/month or $96/year
Setup: Create account → Subscribe → Enable sync
Mobile: Install app → Sign in → Select vault
Pros: Auto-sync, conflict resolution, E2E encrypted, zero manual work
Cons: Paid subscription ($120/year)
When to recommend: User explicitly values convenience over cost, or has budget for premium tools.
GitHub CLI Setup (Recommended)
Install:
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list
sudo apt update && sudo apt install gh -y
Login:
gh auth login
# Select: GitHub.com → HTTPS → Yes → Login with browser
Scope Management: gh auth login grants basic scopes (repo, workflow, read:org). If you need to delete repos later, add delete_repo scope:
gh auth refresh -h github.com -s delete_repo
This prevents "HTTP 403: needs delete_repo scope" errors when running gh repo delete.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 9d ago First seen · 226 lines · 45 tokens per session scan B cb642ffeb91a
obsidian-mobile-sync is a skill published in the GitHub repository kevinnft/ai-agent-skills (14 stars, last pushed 1mo ago), licensed MIT. It adds 45 tokens to every session and 1,903 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
issue-triage
Read all open issues (GitHub/GitLab), categorize by type and effort, plan batch implementation order, and coordinate implementation across multiple issues in a single PR/MR. Auto-detects platform from git remote. Use when asked to "implement all issues", "fix all open issues", "batch implement", or "address all…
self-fix-loop
Self-learning fix loop - commit, push, monitor CI, auto-fix failures using swarm agents with skills on demand, loop until all checks pass. Supports GitHub Actions and GitLab CI. Use when CI fails and you need to iteratively fix until green. Triggers: "fix CI", "loop until green", "auto-fix failures", "self-fix".
atomic-commit
Atomic git workflow - validates, commits, pushes, creates PR/MR, and verifies CI with zero-warnings policy. Orchestrates complete code submission as state machine with rollback on failure. Supports GitHub (gh) and GitLab (glab). Triggers: "commit changes", "push and create PR", "submit code", "atomic commit".
secrets-in-git-history
Mine GitHub, GitLab and git history for identities, infrastructure and leaked credentials using commit author emails, GitHub code search, the commit .patch endpoint, trufflehog, gitleaks, git log pickaxe and full-ref history scans. Use when investigating a developer or organisation on GitHub, finding leaked API keys…
pr-pickup
A Slack handoff workflow for pull requests. A pull request is a proposed code change for review; this workflow takes its link from Slack, sends the work to be fixed, and reports the result back in the Slack thread.
leave-tracker-zhou210712
A tracker for ongoing employee leave cases with legally important deadlines. It focuses on leave that needs a decision or action, such as medical leave, maternity leave, annual leave, or work-injury leave.