productivity▌
6,493 indexed skills · max 10 per page
onedrive
membranedev/application-skills · Productivity
Cloud file storage integration for managing OneDrive accounts, files, folders, and permissions. \n \n 17+ pre-built actions covering file operations (upload, download, copy, delete, rename), folder management, sharing, search, and metadata retrieval \n Automatic authentication and credential refresh through Membrane CLI; no manual API key handling required \n Supports direct API proxy requests to the Microsoft Graph API when pre-built actions don't cover your use case \n Works with the Membrane
qwen-asr
aahl/skills · Productivity
Qwen ASR \n Transcribe an audio file (wav/mp3/ogg...) to text using Qwen ASR. No configuration or API key required. \n Usage \n uv run scripts/main.py -f audio.wav\n \n cat audio.mp3 | uv run scripts/main.py > transcript.txt\n \n curl https://example.com/audio.ogg | uv run scripts/main.py\n
red-team-tools-and-methodology
davila7/claude-code-templates · Productivity
Implement proven methodologies and tool workflows from top security researchers for effective reconnaissance, vulnerability discovery, and bug bounty hunting. Automate common tasks while maintaining thorough coverage of attack surfaces.
swift-concurrency-6-2
affaan-m/everything-claude-code · Productivity
Single-threaded by default with explicit background offloading via @concurrent and isolated protocol conformances. \n \n Async functions stay on the calling actor by default, eliminating implicit background offloading that caused data-race errors in Swift 6.1 and earlier \n Isolated conformances allow MainActor types to safely conform to non-isolated protocols without unsafe workarounds \n @concurrent attribute explicitly offloads CPU-intensive work to background threads; requires nonisolated ty
finance-news
sundial-org/awesome-openclaw-skills · Productivity
AI-powered market briefings with multi-region coverage, portfolio tracking, and automated delivery. \n \n Covers US, European, and Japanese markets with news from WSJ, Barron's, CNBC, Yahoo Finance, and Finnhub via RSS feeds and APIs \n Generates morning and evening briefings with Gemini-powered summaries in English or German, delivered via WhatsApp or displayed on demand \n Supports portfolio management (add/remove stocks, import CSV) with ticker-specific news and price alert configuration \n C
wycheproof
trailofbits/skills · Productivity
Comprehensive test vectors for validating cryptographic implementations against known attacks and edge cases. \n \n Covers symmetric encryption (AES-GCM, ChaCha20-Poly1305), signatures (ECDSA, EdDSA, RSA), key exchange (ECDH, X25519), and hashing algorithms across multiple curves \n Test vectors organized by algorithm with shared attributes (tcId, comment, flags, result) plus algorithm-specific fields; results marked as valid, invalid, or acceptable \n Detects signature malleability, invalid DER
parallel-task-spark
am-will/codex-skills · Productivity
Orchestrate parallel development tasks with dependency management and test-driven validation. \n \n Parses markdown plan files to extract task definitions, dependencies, and acceptance criteria, then launches unblocked tasks in parallel waves using Sparky subagents \n Enforces test-driven development (RED phase first) for testable tasks, with fallback to documented non-testable verification (manual, static, or runtime checks) \n Manages task dependencies automatically, blocking tasks until their
role-creator
am-will/codex-skills · Productivity
Create and install custom Codex agent roles with guided configuration and validation. \n \n Collects required inputs (model, reasoning effort, developer instructions, role name, install scope) before writing any files, with strict validation against the config schema \n Writes minimal role config files by default, adding optional parameters like sandboxing, web search controls, and MCP servers only when explicitly requested \n Installs roles into global ( ~/.codex/config.toml ) or project-scoped
nansen-token-screener
nansen-ai/nansen-cli · Productivity
Answers: "What tokens are trending and worth a deeper look?"
swarm-planner
am-will/codex-skills · Productivity
Generates dependency-aware implementation plans optimized for parallel multi-agent execution. \n \n Creates atomic, independently executable tasks with explicit dependency declarations to maximize parallelization across agents \n Requires codebase investigation, documentation retrieval for external libraries, and clarifying questions before planning to eliminate ambiguity \n Structures plans with task IDs, dependency arrays, descriptions, file locations, and validation criteria; includes visual