Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add port-labs/port-skills --skill port-integrationsgit clone --depth 1 https://github.com/port-labs/port-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/port-labs/port-skills/port-integrations)<a href="https://agentmods.dev/skills/port-labs/port-skills/port-integrations"><img src="https://agentmods.dev/badge/skills/port-labs/port-skills/port-integrations/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/port-labs/port-skills/port-integrations"><img src="https://agentmods.dev/badge/skills/port-labs/port-skills/port-integrations.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00107 | $0.02198 |
| Opus 5 | $0.00053 | $0.01099 |
| Sonnet 5 | $0.00021 | $0.00440 |
| Haiku 4.5 | $0.00011 | $0.00220 |
Grade A, and why
port-integrations scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 127 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Port integrations
This skill teaches you how to author, edit, and debug the mapping configuration for a Port integration: the YAML that tells an Ocean-based integration (or any Port integration) which API objects to fetch and how to turn them into Port entities, using JQ expressions.
Use this skill when
- Writing a new mapping for an integration (
resources,selector,port.entity.mappings). - Adding or fixing a relation between two blueprints inside a mapping.
- Splitting an array field into multiple entities with
itemsToParse. - A mapping test fails, or entities sync with missing/wrong data.
Out of scope: creating the blueprints and relations themselves (a mapping can only map into fields that already exist on a blueprint), and general JQ language tutorials beyond what mapping needs (see references/mapping.md for the patterns that come up most).
Prerequisites
- Go over the
port-getting-startedskill first if this is your first time working with Port. - A Port account, with the target blueprint(s) already created.
- An installed integration (hosted or self-hosted Ocean integration, or any other Port
integration that exposes a mapping) whose
kinds you're mapping from. If none is installed yet, see the Ocean custom integration overview first: this skill assumes the integration exists and can return data. - Port's MCP server connected
is optional. When connected, use it to fetch live blueprints and raw data, apply
the mapping directly, and test it before saving. When it isn't connected, every step
below has a documented fallback using the Port UI or public API. Never treat a missing
MCP connection as a hard stop. Search
search_port_knowledge_sourcesfor anything this skill doesn't cover.
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 127 lines · 107 tokens per session scan A 26c4acd5652f
port-integrations is a skill published in the GitHub repository port-labs/port-skills (3 stars, last pushed 10d ago), licensed MIT. It adds 107 tokens to every session and 2,198 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
solana-dev
Use when user asks to "build a Solana dapp", "write an Anchor program", "create a token", "debug Solana errors", "set up wallet connection", "test my Solana program", "fuzz my Solana program", "deploy to devnet", "send a v1 transaction", "support larger transactions", "fix maxSupportedTransactionVersion", or "explain…
temporal-developer
Develop, debug, and manage Temporal applications across Python, TypeScript, Go, Java, .NET, Ruby, and Rust. Use when the user is building workflows, activities, or workers with a Temporal SDK, debugging issues like non-determinism errors, stuck workflows, or activity retries, using Temporal CLI, Temporal Server, or…
roblox-open-cloud
Roblox Open Cloud REST API for accessing data stores, assets, universes, places, users, groups, subscriptions, and Luau execution from outside the engine or via HttpService. Covers authentication (API keys, OAuth 2.0, avoiding legacy cookie auth), scopes and least-privilege, IP allowlists, key rotation and the 60-day…
integrations-page-generator
When the user wants to create, optimize, or audit integrations, plugins, or extensions pages. Also use when the user mentions "integrations page," "plugins," "extensions," "add-ons," "API integrations," "connect with X," or "marketplace." For sitewide page planning, use website-structure.
rest-api-design
Designs and reviews REST APIs: resource naming, HTTP methods and status codes, payload and error formats, pagination, versioning, auth, rate limiting, and OpenAPI specs. Use when adding or renaming an endpoint, asked "is this endpoint RESTful", "what status code should I return", "design the API for X", or to audit an…
realtime-register
Realtime Register REST API v2 reference. Use when operating on domains, DNS zones, contacts, SSL certificates, hosts, brands, notifications, billing, or processes against api.yoursrs.com. Includes machine-readable specifications and per-operation reference documentation for every non-SiteLock endpoint.