Skill4Agent
Skill4Agent
All SkillsSearchTools
|
Explore
Skill4Agent
Skill4Agent

AI Agent Skills Directory with categorization, English/Chinese translation, and script security checks.

Sitemap

  • Home
  • All Skills
  • Search
  • Tools

About

  • About Us
  • Disclaimer
  • Copyright

Help

  • FAQ
  • Privacy
  • Terms
Contact Us:osulivan147@qq.com

© 2026 Skill4Agent. All rights reserved.

All Skills

Total 56,415 skills

Categories

Showing 12 of 56415 skills

Per page
Downloads
Sort
Tools & Utilitiesfittings-sh/fittings

fittings-time-sunrise-sunset

UTC sunrise, sunset, solar noon and day length for a date and coordinate, including polar day/night. Called as GET /v1/time/sunrise-sunset, it takes date, lat, lon and returns sunrise, sunset, dayLengthSeconds. An energy, imaging or scheduling agent needs daylight bounds at a location before it can plan solar yield, a shoot, or a delivery window. Reading this schema and dry-running the call are free and need no wallet; a real call costs $0.003, paid in USDC on Base over x402.

🇺🇸|EnglishTranslated
1
1 scripts/Attention
Tools & Utilitiesfittings-sh/fittings

fittings-fda-drug-recall

Recent drug enforcement actions and recalls for a product or firm, with classification and reason. Called as GET /v1/fda/drug-recall, it takes query, limit and returns count, recalls. Distinct from the neighbouring services in this domain by: drug, recent, actions, recalls, classification. A supply-chain or pharmacy agent must check whether a lot has been recalled before acting on it, and recalls are recent events no model has seen. Reading this schema and dry-running the call are free and need no wallet; a real call costs $0.004, paid in USDC on Base over x402.

🇺🇸|EnglishTranslated
1
1 scripts/Attention
Tools & Utilitiesfittings-sh/fittings

fittings-crypto-random-bytes

Generate CSPRNG bytes from the Web Crypto API, returned as hex, base64 or a UUID. Never Math.random. Called as GET /v1/crypto/random-bytes, it takes bytes, encoding and returns value, encoding. Observed on-chain demand: agents need unguessable nonces, tokens and idempotency keys, and a language runtime without a CSPRNG or a model asked to "pick a random number" both produce predictable output. Reading this schema and dry-running the call are free and need no wallet; a real call costs $0.003, paid in USDC on Base over x402.

🇺🇸|EnglishTranslated
1
1 scripts/Attention
Product & Designyakoub-ai/phaser4-gamedev

phaser-gdd

This skill should be used when the user asks to "write a game design document", "create a GDD", "design my game", "document game mechanics", "plan game progression", "define core loop", "art direction", "audio design plan", "monetization strategy", "game concept document", "plan my game before coding", or wants to produce a structured design document for a Phaser 4 game before writing any code.

🇺🇸|EnglishTranslated
1
Testing & QAdev-toolings/superpowers-...

symfony:functional-tests

Write functional tests for Symfony controllers and HTTP endpoints using WebTestCase, getContainer, loginUser, and DAMA rollback

🇺🇸|EnglishTranslated
1
AI & Machine Learningamd/skills

lemonade-router-builder

Turns a natural-language description of routing intent into a valid Lemonade `collection.router` policy JSON. The skill generates and validates the JSON only - it does not register it or call the live server. Use when the user wants to route requests between models ("route sensitive queries to X and everything else to Y"), generate a router/hybrid-router config or policy, author a collection.router JSON, split traffic between a small local model and a big/cloud model, add PII/jailbreak/topic classifiers to routing, or mentions Lemonade Router, routing rules, routing.router, candidates/default_model, keywords_any, semantic_similarity, or LLM-as-router. Fills every field the user did not specify with safe defaults.

🇺🇸|EnglishTranslated
1
1 scripts/Attention
Testing & QAslash-oleh/mind-shaft

normalize-bug-report

Structure a freeform bug report into sections. Use in `prescribe` before `investigate`, or standalone whenever a raw bug report needs structuring.

🇺🇸|EnglishTranslated
1
Mobile Developmenttddworks/asc-cli-skills

asc-promoted-purchases

Manage App Store product page promoted purchase slots using the `asc` CLI tool. Use this skill when: (1) Listing slots: "asc promoted-purchases list --app-id ID" (2) Promoting an IAP or subscription: "asc promoted-purchases create --app-id ID (--iap-id ID | --subscription-id ID)" (3) Updating visibility / enabled state: "asc promoted-purchases update --promoted-id ID --visible|--hidden --enabled|--disabled" (4) Deleting a slot: "asc promoted-purchases delete --promoted-id ID" (5) User says "promoted purchase", "promoted IAP", "feature on App Store", "App Store product page promotion", "promoted slot"

🇺🇸|EnglishTranslated
1
Testing & QAdev-toolings/superpowers-...

symfony:doctrine-fixtures-foundry

Create test data with Zenstruck Foundry v2 factories (PersistentObjectFactory, real objects); define states, sequences, and relationships

🇺🇸|EnglishTranslated
1
Document Processingfittings-sh/fittings

fittings-doc-html-to-markdown

Convert an HTML document supplied in the request body to clean Markdown, stripping scripts and styles. Called as POST /v1/doc/html-to-markdown, it takes html and returns markdown, characters, inputBytes. A research agent handed raw HTML must reduce it to readable text before it can reason over it, and passing full markup through a model wastes most of the context window. Reading this schema and dry-running the call are free and need no wallet; a real call costs $0.004, paid in USDC on Base over x402.

🇺🇸|EnglishTranslated
1
1 scripts/Attention
Tools & Utilitiesfittings-sh/fittings

fittings-text-extract-citations

Pulls DOIs, arXiv ids, PMIDs, PMCIDs and ISBNs out of free text, deduplicated and normalized, with the character offset of each first occurrence. Called as POST /v1/text/extract-citations, it takes text, kinds and returns count, citations, byKind. An agent handed a references section, an email or a PDF dump has to find the identifiers before it can look any of them up, and a model asked to do it by reading invents DOIs that resolve to nothing. The catalog already answers `crossref.doi-metadata` and `pubmed.citation-search`; neither could tell you what to ask them about. Reading this schema and dry-running the call are free and need no wallet; a real call costs $0.003, paid in USDC on Base over x402.

🇺🇸|EnglishTranslated
1
1 scripts/Attention
Security & Compliancevinayaklatthe/microsoft-s...

sentinel-detection-engineering

Guidance for detection engineering in Microsoft Sentinel — building, testing, deploying, and maintaining analytics rules, hunting queries, and SOAR automation. Covers the Content Hub solution model, MITRE ATT&CK mapping, scheduled vs near-real-time (NRT) vs Fusion vs anomalies analytics, KQL detection patterns (joins, summarize, bin, materialize), entity mapping and incident enrichment, custom detections from Defender XDR vs Sentinel-only, automation rules, playbooks (Logic Apps), watchlists, threat intel matching, content as code with Azure DevOps / GitHub repositories integration, and detection lifecycle (validate → tune → version). WHEN: Sentinel analytics rule, KQL detection, MITRE mapping, Sentinel content hub, scheduled analytics, NRT rule, hunting query, Sentinel automation rule, Logic App playbook, custom detection, repositories Sentinel CI/CD, detection-as-code, watchlist, threat intel matching analytics, fusion alerts, anomalies, incident enrichment, entity mapping. DO NOT USE for Sentinel architecture/onboarding (use sentinel), Defender XDR custom detections only (overlap—use the side that owns the data), or generic KQL training.

🇺🇸|EnglishTranslated
1
1...46964697469846994700...4702
Page