查询中

搜索技能

为您的 Agent 寻找最完美的能力。

结果数
53,183
符合搜索条件的技能
当前页
1229
共 2660 页
关键词
ai
按名称、标签或描述搜索
real-estate-legal
35

pre-trade-compliance

Guide the design and implementation of automated pre-trade compliance systems that validate orders before execution. Use when building a compliance rule engine for an RIA or broker-dealer, configuring hard blocks and soft blocks, maintaining restricted and watch lists including MNPI-driven restrictions, setting concentration limits at security/sector/issuer level, implementing position limits or short selling controls, enforcing wash sale detection or free-riding prevention or pattern day trader identification, applying client-specific ESG screens or legal constraints, designing compliance override workflows with authorization and documentation, backtesting compliance rules, or evaluating compliance check latency impact on execution quality.

JoelLewis
JoelLewis
business
open
real-estate-legal
35

settlement-clearing

Guide the understanding and management of trade settlement and clearing processes. Use when designing settlement workflows for T+1 compliance, understanding DTC/NSCC/FICC clearing infrastructure, analyzing continuous net settlement (CNS) netting obligations, setting up institutional trade processing (affirmation, confirmation, allocation, matching), investigating settlement fails and designing fail reduction programs, implementing buy-in procedures under Reg SHO Rule 204, assessing corporate action impact on pending settlements, evaluating DVP/RVP mechanics for institutional deliveries, handling when-issued or as-of trades, or managing settlement bank relationships and intraday liquidity. Also covers FX funding gaps for cross-border T+1 settlement.

JoelLewis
JoelLewis
business
open
real-estate-legal
35

reg-bi

Analyze broker-dealer recommendations under SEC Regulation Best Interest's four obligations: Disclosure, Care, Conflict of Interest, and Compliance. Use when the user asks whether a recommendation satisfies Reg BI, what triggers the 'recommendation' standard, how to evaluate reasonably available alternatives, rollover recommendation compliance, dual-registrant capacity disclosure, share class or account type recommendations, or Reg BI examination preparation. Also trigger when users mention 'best interest standard for brokers', 'is this a Reg BI recommendation', 'care obligation documentation', 'sales contest elimination requirement', 'Form CRS delivery', or ask how Reg BI differs from suitability or fiduciary duty.

JoelLewis
JoelLewis
business
open
real-estate-legal
35

dd-verification

Verify claims in pitch decks and founder statements using multiple independent sources. Use when analyzing any claim about market size, traction, team background, or competitive positioning.

Abilityai
Abilityai
business
open
real-estate-legal
35

investment-suitability

Assess investment suitability obligations under FINRA Rules 2111 and 2090 across all three suitability prongs. Use when the user asks about reasonable-basis, customer-specific, or quantitative suitability, product-specific concerns for complex products, leveraged ETFs, variable annuities, or alternatives, household-level suitability, hold recommendations, or the institutional suitability exemption. Also trigger when users mention 'is this investment suitable', 'turnover ratio is too high', 'cost-to-equity ratio', 'churning metrics', 'suitability questionnaire design', 'complex product due diligence', 'customer refused to provide their risk tolerance', or ask whether a recommendation fits a customer's profile.

JoelLewis
JoelLewis
business
open
design
35

schematic-generator

Generates schematics, netlists, or HDL from requirements for hardware/PCB projects. Validates physical constraints. Use when building PCB, HDL, or hardware designs from approved requirements.

Agile-V
Agile-V
content-media
open
database-tools
35

dpla-community-webs-ingest

Run Community Webs ingest from SQLite DB. Use when the user says harvest community-webs, run community-webs ingest, export community webs, or process community webs DB.

dpla
dpla
databases
open
sql-databases
35

database-engineer

Activate when user needs database work - schema design, query optimization, migrations, data modeling. Activate when @Database-Engineer is mentioned or work involves database design or performance tuning.

intelligentcode-ai
intelligentcode-ai
databases
open
sql-databases
35

wrds-psql

Use this skill when the user needs to query WRDS data via PostgreSQL from the local machine. Covers psql connection using .pgpass credentials, query execution patterns, CSV/parquet export, and best practices for large extractions. Invoke when the user wants to pull data from WRDS (CRSP, OptionMetrics, Compustat) via SQL.

Alexander-M-Dickerson
Alexander-M-Dickerson
databases
open
full-stack
35

b2c-controllers

Create storefront controllers in SFRA or classic B2C Commerce patterns. Use when building pages, handling form submissions, creating AJAX endpoints, or working with server.get/server.post, res.render, res.json, and middleware chains. Also covers URLUtils for URL generation.

SalesforceCommerceCloud
SalesforceCommerceCloud
development
open
ecommerce-development
35

amazon-daily-market-radar-automated-monitoring-alerts

Automated daily market monitoring and alert system for Amazon sellers. Tracks price changes, new competitors, BSR movements, review spikes, stock-out signals, and market shifts. Designed for unattended agent automation. Uses all 11 APIClaw API endpoints with cross-validation. Use when user asks about: daily monitoring, market alerts, track competitors, price monitoring, BSR tracking, market changes, daily briefing, market watch, competitor alerts, review monitoring, stock alerts, market dashboard, daily report, market updates, what changed today. Requires APICLAW_API_KEY.

SerendipityOneInc
SerendipityOneInc
development
open
ecommerce-development
35

b2c-scapi-schemas

Browse and retrieve (B2C/SFCC/Demandware) SCAPI OpenAPI schemas with the b2c cli. Always reference when using the CLI to browse SCAPI schemas, check API request/response formats, explore available endpoints, or understand SCAPI data models.

SalesforceCommerceCloud
SalesforceCommerceCloud
development
open
ecommerce-development
35

b2c-logs

Retrieve or monitor logs from B2C Commerce instances with the b2c cli. Always reference when using the CLI to fetch logs, search log entries, filter by level/time, or tail logs in real-time. Also use when a user reports errors, broken functionality, or issues with controllers, script APIs, custom API backends, jobs, or other SFCC server-side components.

SalesforceCommerceCloud
SalesforceCommerceCloud
development
open
framework-internals
35

dpla-orchestrator

Run or monitor the DPLA Python ingest orchestrator. Use when the user says run orchestrator, parallel ingest, ingest status, run hubs, orchestrator dry-run, or retry failed hubs. Covers venv, main entry point, status script, and logs.

dpla
dpla
development
open
framework-internals
35

dpla-orchestrator

Run or monitor the DPLA Python ingest orchestrator. Use when the user says run orchestrator, parallel ingest, ingest status, run hubs, orchestrator dry-run, or retry failed hubs. Covers venv, main entry point, status script, and logs.

dpla
dpla
development
open
framework-internals
35

cats-mtl-typed-errors

Scala typed errors with Cats MTL Raise/Handle and allow/rescue. Use for designing custom domain error types without EitherT, while keeping Cats Effect and ecosystem composition. Covers Scala 2/3 syntax and IO-only or F[_] usage.

alexandru
alexandru
development
open
framework-internals
35

arrow-typed-errors

Kotlin + Arrow typed error handling using Raise DSL and wrapper types (Either/Option/Ior/Result/nullable), including validation with accumulation, interop with exceptions, and custom error wrappers. Use for designing or refactoring error modeling, converting exception-based flows, building smart constructors, accumulating validation errors, or integrating Outcome/Progress-style wrappers with Arrow.

alexandru
alexandru
development
open
full-stack
35

frontend-principal-authority

A unified persona merging "Expert React 19/Next.js 15 Developer" (Deep Tech/Performance) with "Senior Frontend Product Engineer" (Polyglot/Strict Workflow). Executes modern frontend development across React, Vue, and Angular with strict adherence to API-First design, accessibility, and navigation protocols.

ahmedemad3
ahmedemad3
development
open
full-stack
35

build-agent-js

JavaScript/TypeScript/Web build agent for web apps, Node backends, and frontend components. Extends build-agent with JS/Web conventions. Use when building web apps, APIs, or frontend/backend features.

Agile-V
Agile-V
development
open
package-distribution
35

read-docs

Load all project documentation into context for this session.

Abilityai
Abilityai
development
open
上一页
第 1229 页 / 共 2660 页
下一页