ToolsIntegrations
githubActions
GitHub Actions — list runs and trigger workflow_dispatch events.
import { githubActions } from '@agentskit/tools/integrations'
const tools = githubActions({
token: process.env.GITHUB_TOKEN!,
defaultRepo: 'AgentsKit-io/agentskit',
})See @agentskit/tools/integrations exports for the full list of sub-tools and config types.
#Related
Explore nearby
- PeerIntegrations
20+ ready-made connectors for the services agents actually need. Each follows the same contract — install, config, execute — and ships granular sub-tools alongside a bundled set.
- Peergithub
GitHub REST v3 — search issues, create issues, comment. Pairs with HITL for ship-gating bots.
- Peerlinear
Linear GraphQL — search issues, create issues. For triage, sprint-planning, release-notes agents.