- Home
- /
- Categories
- /
- Legal
Legal
Legal document generation and compliance
planner-rt-ica
by Jamie-BitFlight
Identify required inputs, dependencies, and uncertainty during planning. Use when generating plans or task graphs under incomplete information. Does not block plan generation; instead localizes gaps and creates unblock dependencies.
counterparty-risk
by JoelLewis
"Counterparty risk management: counterparty exposure measurement, credit risk monitoring, netting agreements, collateral management, ISDA documentation, and central clearing."
know-your-customer
by JoelLewis
"KYC requirements: CIP, CDD, beneficial ownership, essential facts, customer profiling, ongoing monitoring, enhanced due diligence."
blockchain-developer
by rmyndharis
Build production-ready Web3 applications, smart contracts, and
frontend-design
by inclusionAI
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
account-transfers
by JoelLewis
"Account transfers: ACAT transfers, non-ACAT transfers, partial transfers, journal entries, rollovers, estate transfers, and transfer tracking for brokerage operations."
grace-reviewer
by osovv
"GRACE integrity reviewer. Use when validating semantic markup correctness, contract completeness, knowledge graph consistency, or after code changes to ensure GRACE conventions are maintained."
code-philosophy
by kdcokenny
Internal logic and data flow philosophy (The 5 Laws of Elegant Defense). Understand deeply to ensure code guides data naturally and prevents errors.
glossary-generator
by dmccreary
This skill automatically generates a comprehensive glossary of terms from a learning graph's concept list, ensuring each definition follows ISO 11179 metadata registry standards (precise, concise, distinct, non-circular, and free of business rules). Use this skill when creating a glossary for an intelligent textbook after the learning graph concept list has been finalized.
calculation
by sjtu-sai-agents
"When using Mat MCP tools (mat_sg_*, mat_dpa_*, mat_doc_*): (1) Use the URL returned by a previous tool (e.g. structure_paths) as input to the next tool—do not pass only a filename when the previous step returned an https URL. (2) For long-running DPA tasks use submit_* first, then query_job_status, then get_job_results when Done—do not use synchronous tools which may timeout. (3) When polling job status, wait 30–60 seconds between queries; call get_job_results once status is Done/Success."
skills-registration
by bytedance
Registers a local skill to the AgentKit platform by uploading it. Invoke when the user wants to publish, upload, or register a skill they have created.
veadk-skills
by bytedance
根据用户的功能需求,完成与 VeADK 相关的功能。
web-search
by bytedance
使用内置 web_search 函数进行网页搜索并返回摘要结果, 准备清晰具体的 query。运行脚本 python scripts/web_search.py "query"。根据返回的摘要列表组织答案,不新增或臆造内容。
image-generate
by bytedance
使用内置 image_generate.py 脚本生成图片, 准备清晰具体的 prompt。
video-generate
by bytedance
使用 video_generate.py 脚本生成视频,需要提供文件名和 prompt,可选提供首帧图片(URL或本地路径)。
skills-download
by bytedance
Downloads skills from a AgentKit skill space to the local machine. Invoke when the user wants to fetch, download, or retrieve skills from the platform.
accessibility
by yonatangross
Accessibility patterns for WCAG 2.2 compliance, keyboard focus management, and React Aria component patterns. Use when implementing screen reader support, keyboard navigation, ARIA patterns, focus traps, or accessible component libraries.
theme-factory
by Kilo-Org
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
reduce
by tkersey
Deconstruct high-cost abstractions and recommend lower-level primitives that reduce tooling, indirection, and hidden steps. Use when requests ask for fewer layers (for example "too many layers", "remove this framework/plugin/DI", "ditch codegen/task runners", "replace with plain scripts/config/SQL"), or ask for an abstraction audit with a prioritized cut list and phased migration with rollback (analysis-only unless implementation is explicitly requested).
theme-factory
by skillcreatorai
Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
hipaa-compliance
by BagelHole
Implement HIPAA security and privacy rules. Configure PHI protections and BAA requirements. Use when handling healthcare data.
aws-account-management
by hoodini
Manage AWS accounts, organizations, IAM, and billing. Use when setting up AWS Organizations, managing IAM policies, controlling costs, or implementing multi-account strategies. Triggers on AWS Organizations, AWS IAM, AWS billing, Cost Explorer, SCPs, multi-account, AWS SSO, Identity Center.
custom-builtin-functions
by chainloop-dev
Create a custom builtin function to be used in the Rego policy engine
link-reader
by bytedance
使用内置 link_reader 函数读取网页、PDF或抖音视频内容。准备 URL 列表。运行脚本 python scripts/link_reader.py "url1" "url2" ...。