Packages
619 resultsskillshare
<p align="center" style="margin-bottom: 0;">
umbrel
An elegant home server OS. Run OpenClaw, store your files and photos, run a Bitcoin node, and do more with over 300 apps in the Umbrel App Store.
aci
ACI.dev is an open-source platform for unifying “tool-calling” in agentic IDEs/custom agents. It provides multi-tenant authentication, dynamic tool discovery, and intent/natural-language permission boundaries, exposed either via a unified MCP server (in a separate repo) and/or through SDKs (Python/TypeScript).
jira
Provides a Claude Code “skill” that guides an agent to manage JIRA issues, projects, workflows, and Agile/Scrum operations via the Atlassian MCP server (mcp__atlassian). It includes workflow guidance, JQL construction patterns, custom field discovery approaches, templates, and troubleshooting best practices.
repl-scratchpad
Provides a persistent Python REPL for coding agents using a tmux-backed session so variables persist across turns. Agents write Python code to a temp file; only print() output is intended to be emitted back to the conversation context, while intermediate data stays in the REPL session.
Callable-to-openai-function-calling-template
A Python utility that converts a user-defined Python function (using a specific docstring template and type annotations) into an OpenAI tool-calling compatible JSON schema/representation (function or tool format).
claude-design-auditor-skill
Design Auditor is a Claude skill that audits UI/design inputs against 18 categories (including accessibility/WCAG and ethics/dark patterns). It can analyze Figma files via Figma MCP, as well as code (HTML/CSS/React/Vue), screenshots, and written descriptions, producing scored reports, prioritized issues, and developer handoff/export artifacts (e.g., Markdown, before/after diffs). It supports English and Korean.
media-library-organizer-skill
A Claude Code skill (plus standalone bash scripts) that scans a local media library to clean obvious junk, detect/resolve duplicates, merge scattered TV episodes, normalize folder naming to a server-friendly format, and verify episode completeness against TMDB—reporting findings and confirming before destructive changes.
token-optimizer
Token Optimizer is a local (external Python) tool/plugin that audits and reduces “ghost tokens” in Claude Code / OpenClaw sessions by measuring context degradation, detecting wasted/duplicate content, tracking compaction loss, and providing checkpoint/restore and archival tooling for tool results.
apkleaks
APKLeaks is a CLI tool that statically scans Android APK files to find potentially sensitive information such as URIs/endpoints and secrets, using the jadx disassembler (and other tooling) plus configurable regex-based patterns.
openclaw-channel-dingtalk
OpenClaw channel plugin that integrates with DingTalk (企业内部机器人) using a Stream mode to receive and send messages for private chats, group chats, and @机器人, including support for multiple message types and AI/markdown reply flows.
bulletproof
Bulletproof provides a 12-stage, spec-and-verification-first workflow (with templates and sub-agents) for using AI coding agents more safely and reliably—aimed at reducing regressions, ensuring acceptance criteria are met, performing impact analysis, running security scanning, and enforcing anti-rationalization gates before completion.
claude-for-safari
Provides an AI “Skill” (installed via npx) that lets an agent control the user’s local Safari on macOS using AppleScript and macOS-native capabilities (including page interaction, tab listing/switching, JavaScript execution, and screenshots via screencapture).
claude-blog
A Claude Code skill ecosystem (Python) that provides many blog-focused commands to generate, optimize, audit, and manage content at scale. It includes SEO/quality scoring, citation/fact-checking support, editorial planning (briefs/calendars/strategy), media helpers (SVG charts and Gemini-based images/audio), and optional integrations such as Google APIs and CMS taxonomy management.
claude-web-to-markdown-skill
A Claude skill that converts web pages to Markdown format using Jina AI's reader service.
lb-motion-skill
Complete documentation for Motion.dev (formerly Framer Motion) - a modern animation library for React, JavaScript, and Vue.
rss-agent
A powerful RSS subscription manager and reader for OpenClaw. This skill replaces traditional RSS readers by providing AI-powered summaries, progressive exploration, and automated delivery.
unbrowse
Reverse-engineer any website into reusable API skills. npm CLI + local engine.
seamless
Seamless is a Python-centered and shell-centered workflow/caching system that wraps computations as content-addressed transformations (via checksums of code and inputs). It supports caching to avoid recomputation and remote/cluster execution for reproducibility testing. Results can be shared via checksum exchange or by sharing a local SQLite database mapping transformation checksums to result checksums.
shiplog
shiplog is an AI development “skill” that uses Git and GitHub to persist engineering context across sessions by capturing brainstorms as issues, creating isolated work sessions (branches/worktrees), logging commit context, and writing PR “journey” timelines. It also supports cross-model review/provenance/signing conventions, evidence-linked closure, and artifact metadata for later search.