スキルレーダー · GITHUB

実際に使われている Agent Skills。

公開リポジトリの検証済み Skills を比較し、機能、内容、導入状況、出典を確認してから追加できます。

掲載範囲
検証済み
Skills
5,771
リポジトリ
824
最終同期
2026/09/08
5,771 Skills
sentisenseapp
コミュニティ

expected-move-visualizer

Expected move visualizer for stocks and ETFs: turn implied volatility into a self-contained HTML chart showing the modeled 30, 60 and 90 day expected move cone around the current price, skewed by 25-delta put and call demand, with IV rank context and the next earnings date marked inside the cone. Renders offline from a bound data snapshot, no live call at view time. Use for expected move calculator, how much is this stock expected to move, implied volatility chart, options expected move, IV rank, earnings move visualizer, straddle move estimate. Read-only. No trading, no purchases, no write operations, no wallet access.

導入数
1
GitHub Stars
1
更新日
9月2日
sentisenseapp
コミュニティ

insider-trading-tracker

Track insider trading from SEC Form 4 filings: insider buying and selling by ticker, market-wide insider activity, cluster buy signals where 3 or more insiders buy the same stock, and 10b5-1 plan detection for officer, director, and 10% owner trades. Use for insider trading data, Form 4 filings, insider buying by ticker, who is selling their own stock, insider cluster buys, CEO stock purchases, insider trading API. Read-only. No trading, no purchases, no write operations, no wallet access.

導入数
1
GitHub Stars
1
更新日
9月2日
sentisenseapp
コミュニティ

institutional-13f-tracker

13F institutional ownership tracker: quarterly hedge fund and mutual fund holdings from SEC 13F filings, by ticker or by manager, with top institutional holders per stock, quarter-over-quarter buying and selling deltas, and activist investor positions across thousands of managers. Use for 13F filings, 13F holdings changes, hedge fund holdings, institutional ownership by ticker, who owns this stock, activist fund positions, and superinvestor portfolios. Read-only. No trading, no purchases, no write operations, no wallet access.

導入数
1
GitHub Stars
1
更新日
9月2日
sentisenseapp
コミュニティ

market-heatmap

Market heatmap of the US stock market as one self-contained interactive HTML page the agent can show inline or hand over as a file: every stock in an index drawn as a treemap tile, sized by market cap, grouped by GICS sector, coloured by today's move, with a click to recolour the whole board by sentiment, SentiSense Score, mention volume or options interest, plus sector Market Mood, a ticker search, sector zoom and a hover card on every tile. One API call per render on any tier. The agent fetches with a read-only API key and bakes the board in, so the page carries no key, makes no network call of its own, and renders anywhere that draws HTML. Use for market heatmap, sector heatmap, stock market heatmap today, what is moving today, which sectors are hot, market mood by sector, sector performance map, heatmap by sentiment, heatmap by options activity, nasdaq 100 heatmap. Read-only. No trading, no purchases, no write operations, no wallet access.

導入数
1
GitHub Stars
1
更新日
9月2日
sentisenseapp
コミュニティ

options-payoff-calculator

Options payoff calculator for stocks and ETFs, pre-loaded with live data for the ticker instead of hand typed inputs: an interactive profit and loss chart at expiry for long calls, long puts, covered calls, cash secured puts, bull call spreads, bear put spreads, straddles, strangles and iron condors, with breakevens, max profit, max loss and the expected move band drawn in behind the curve. The real last price, implied volatility at 30, 60 and 90 days, the 25 delta skew, the IV rank and the next earnings date are bound in at build time. Premiums are modeled with Black-Scholes from end of day implied volatility, not quoted from a live options chain. Renders offline, no live call at view time. Use for options payoff calculator, options payoff diagram, options profit calculator, options P/L chart, covered call calculator, vertical spread calculator, straddle payoff, iron condor calculator, options breakeven calculator. Read-only. No trading, no purchases, no write operations, no wallet access.

導入数
1
GitHub Stars
1
更新日
9月2日
sentisenseapp
コミュニティ

position-size-calculator

Position size calculator for stocks and ETFs, pre-filled with the ticker's real last price instead of empty boxes: enter an account size and the percentage of it to put at risk on one trade, and it returns the share count, the position dollar value, the percent of the account deployed, the dollar at risk to the stop and the R multiple to an optional target, with entry, stop and target drawn on one price scale. The live last price, the SentiSense Score and a 14 session average true range are bound in at build time, so a stop distance can be read against how far the stock actually moves in an ordinary day. It divides the numbers you enter and never picks a stock, an entry or an amount. Renders offline, no live call at view time. Use for position size calculator, position sizing calculator, risk per trade calculator, how many shares to buy, stop loss calculator, risk management calculator, 1% rule, R multiple. Read-only. No trading, no purchases, no write operations, no wallet access.

導入数
1
GitHub Stars
1
更新日
9月2日
sentisenseapp
コミュニティ

stock-market-dashboard

Build a stock market dashboard as a single self-contained HTML file you can open in a browser. Generates a morning market briefing from live data: a fear-to-greed market mood gauge with its component signals, sentiment breadth, sector heat, the biggest 7-day attention shifts, an options radar, a watchlist with sentiment scores and analyst consensus, insider cluster buys, congressional trades, institutional flows, overnight story clusters, and the week's earnings calendar. No backend, no build step, no dependencies, one file. Use for \"build me a stock market dashboard\", \"make a stock dashboard html\", \"morning market briefing\", \"watchlist dashboard\", \"daily market report\". Read-only. No trading, no purchases, no write operations, no wallet access.

導入数
1
GitHub Stars
1
更新日
9月2日
sentisenseapp
コミュニティ

stock-sentiment

Sentiment and smart-money positioning for US stocks.

導入数
1
GitHub Stars
1
更新日
9月2日
bbenefield89
コミュニティ

tldr

Persistent response mode that gives a short summary and a useful next step. Use when the user runs /tldr or asks for "tldr mode", "tldr", "tldr list", or "just give me the tldr". Stays on until the user explicitly turns it off ("stop tldr", "tldr off", "normal mode", "full response").

導入数
1
GitHub Stars
0
更新日
9月4日
bounded-sh
コミュニティ

bounded

- Build and use Bounded (bounded.sh), the full-stack app platform and policy-enforced realtime runtime for coding agents. Start here for a complete app, then load the focused Bounded skill for backend, frontend, deployment, or onchain work.

導入数
1
GitHub Stars
0
更新日
9月3日
bounded-sh
コミュニティ

bounded-backend

- Author a Bounded backend: policy.json rules and invariants (rollingSum/windowSum/flowBound/conserve/tenantTag/tenantEdge/bound), functions (ctx.user/ctx.bounded/ctx.ai/ ctx.services/ctx.secrets), the actor and identity model (@user, runAs/actAs, @origin, service keys, reserved identity sets), data and queries, realtime/live rooms, and the proof loop (bounded verify, counterexamples, proof coverage). Use when writing or changing server-side Bounded logic, policies, or the rules that govern who can do what. Part of the Bounded skill family; see the bounded skill to route across frontend, deploy, onchain, teams, and cross-cutting Action Boundaries guidance.

導入数
1
GitHub Stars
0
更新日
9月3日
bounded-sh
コミュニティ

bounded-deploy

- Ship and configure a Bounded app: CLI setup, browser-backed developer login, verify and deploy, hosted frontend publishing, environments, source sync, domains, bounded.json, collaborators, and release recovery. Part of the Bounded skill family.

導入数
1
GitHub Stars
0
更新日
9月3日
bounded-sh
コミュニティ

bounded-frontend

- Wire a web or React Native frontend to Bounded: the @bounded-sh/client SDK (reads, writes, subscriptions, queries), hosted static frontends, and end-user auth UI (email OTP, OAuth, browser guest/anonymous accounts and upgrade). Use when building the client of a Bounded app or handling how end users sign in. Part of the Bounded skill family; server-side rules, functions, and the actor model live in the bounded-backend skill, and deploy/hosting config in bounded-deploy.

導入数
1
GitHub Stars
0
更新日
9月3日
bounded-sh
コミュニティ

bounded-onchain

- Add onchain to a Bounded app: Solana collections, embedded non-custodial wallets for email/social users (@user.address, Turnkey by default), client- and server-signed transactions, DEX/perps trading patterns, and crypto payments (accept USDC/crypto non-custodially). Use for wallet, token, on-chain transaction, or crypto payment work. Part of the Bounded skill family; policy and the actor model live in bounded-backend.

導入数
1
GitHub Stars
0
更新日
9月3日
bounded-sh
コミュニティ

oapps-fun

- Build an app destined for openapps.xyz (an oApp): the zero-secrets discipline, why every capability must be steward-owned ("if Bounded can't do it, you can't do it"), how to call out unsupported capabilities honestly, the x402 relay fallback for services Bounded doesn't natively provide, how to request a capability Bounded lacks, and the lifecycle: private bounded.page development, completed Open publication at the exact workload app-id host, and explicit Commence for the oApps slug, listing, token, and Gauntlet. Use whenever a user says the app will launch on openapps.xyz (oapps.fun redirects there), become an oApp, be community-owned / token-governed, or "outlive its creator". Part of the Bounded skill family; the mechanics live in bounded-backend / bounded-onchain.

導入数
1
GitHub Stars
0
更新日
9月3日
icarealot
コミュニティ

unity-to-spec

Turn the current conversation into a spec. No interview, just synthesis of what you've already discussed.

導入数
1
GitHub Stars
0
更新日
9月4日
openclip-app
コミュニティ

openclip-repurpose

Turn one long video into a full batch of platform-ready short clips for TikTok, Reels, and YouTube Shorts with OpenClip - find the moments, reframe to vertical, burn in captions, and write the post copy for each. Use when asked to "repurpose this podcast", "turn this into a week of content", "make a content batch from this webinar", "get 10 shorts out of this", "cut this up for social", or "give me clips ready to post".

導入数
1
GitHub Stars
0
更新日
8月7日
openclip-app
コミュニティ

openclip-transcription

Transcribe video or audio to JSON, SRT, and VTT with speaker diarization and time codes, using OpenClip. FREE with just an OpenClip account, no subscription. Use when asked to "transcribe this", "get me a transcript", "make subtitles", "generate an SRT", "who said what in this recording", "pull quotes from this video", or "what was said at 4:30".

導入数
1
GitHub Stars
0
更新日
8月7日
pointdotcom-marketing
コミュニティ

point-brand-guidelines

Apply and review Point's official visual brand system for logos, typography, colors, artwork, photography, and comparison layouts. Use when creating, editing, or auditing Point-branded web pages, ads, decks, documents, social assets, illustrations, photo direction, design systems, CSS, or UI components where visual brand compliance matters.

導入数
1
GitHub Stars
0
更新日
9月1日
pointdotcom-marketing
コミュニティ

point-brand-voice

Write, edit, and review Point marketing copy in the homeowner-first brand voice used on point.com, HEI, and HELOC pages. Use for landing pages, product explanations, ads, emails, FAQs, CTAs, SEO copy, lifecycle messages, and copy critiques for Point home equity products.

導入数
1
GitHub Stars
0
更新日
9月1日
pointdotcom-marketing
コミュニティ

point-social-ad-ideation

Generate, differentiate, rank, and expand Point paid social and digital ad concepts into production-ready creative briefs and draft creative asset or design directions. Use for campaign brainstorming, concept territories, hooks, UGC or testimonial ideas, static or motion concepts, rough asset concepts, visual direction, cutdowns, test plans, brief writing, on-asset disclosure planning, or reviews of whether a Point social ad idea is distinct, brand-aligned, testable, legally reviewable, and feasible.

導入数
1
GitHub Stars
0
更新日
9月1日
scottfo
コミュニティ

you-suck-at-prompting

Use this skill to write, edit, audit, or repair prompts when the user explicitly requests prompt work, directly invokes You Suck at Prompting, when a task has an unclear intended outcome, material ambiguity, conflict, authority gap, unclear scope or destination, missing success criteria, or an execution design that could change the outcome, or while an active repair needs clarification or acknowledgement. Do not use it for clear, actionable, exploratory, conversational, or safely discoverable requests, ordinary follow-ups, acknowledgements without an active repair, minor wording issues, or optional improvements. If no material repair is needed, proceed silently unless prompt work or review is requested.

導入数
1
GitHub Stars
0
更新日
9月4日
skills-101
コミュニティ

agent-browser

Browser automation for AI agents via inference.sh. Navigate web pages, interact with elements using @e refs, take screenshots, record video. Capabilities: web scraping, form filling, clicking, typing, drag-drop, file upload, JavaScript execution. Use for: web automation, data extraction, testing, agent browsing, research. Triggers: browser, web automation, scrape, navigate, click, fill form, screenshot, browse web, playwright, headless browser, web agent, surf internet, record video

導入数
0
GitHub Stars
17
更新日
8月3日
skills-101
コミュニティ

ai-avatar-video

Create AI avatar and talking head videos via inference.sh CLI. Recommended: P-Video-Avatar (fastest, cheapest, built-in TTS). Also: OmniHuman, Fabric, PixVerse. Audio: Inworld TTS-2 (100+ languages, emotion steering for characters), ElevenLabs, Kokoro. Capabilities: audio-driven avatars, text-to-avatar, lipsync videos, talking head generation, virtual presenters, UGC content. Use for: AI presenters, explainer videos, virtual influencers, dubbing, marketing videos, UGC ads, gaming avatars, NPC dialogue. Triggers: ai avatar, talking head, lipsync, avatar video, virtual presenter, ai spokesperson, audio driven video, heygen alternative, synthesia alternative, talking avatar, lip sync, video avatar, ai presenter, digital human, ugc, ugc video, ugc ad, avatar ugc

導入数
0
GitHub Stars
17
更新日
8月3日