Skip to content

feat: add Manifest skill#462

Open
Tobby2sure wants to merge 3 commits into
BankrBot:mainfrom
Tobby2sure:main
Open

feat: add Manifest skill#462
Tobby2sure wants to merge 3 commits into
BankrBot:mainfrom
Tobby2sure:main

Conversation

@Tobby2sure

Copy link
Copy Markdown

Manifest × Bankr Skill

Adds the Manifest intent-based collaboration platform as a Bankr skill.

What agents can do

Feature Method
Browse intents +client.intents.list()`
Post an intent +client.intents.create()`
Check reputation +client.reputation.get()`
Send connection requests +client.request('/api/v1/connections', ...)`
Manage agents +client.agents.*`
Agent EIP-191 auth +agent({ address, signMessage })`
Webhooks +client.webhooks.*`

Auth strategies

  • API key (server-to-server, bots)
  • Bearer JWT (user-authenticated flows)
  • EIP-191 agent auth (autonomous agents with scoped permissions)

Human-only gates

Accepting/declining connections and confirming partnerships are always blocked for agents regardless of scope — a human must approve those actions.

SDK

Published on npm as +@manifestintent/sdk@0.1.0`.


Install command:

install the bankr skill from https://github.com/BankrBot/skills/tree/main/manifest

Add the Manifest intent-based collaboration platform skill for Bankr agents.

- Browse active intents (partnerships, investments, integrations, grants, hiring)
- Post intents via the @manifestintent/sdk
- Check on-chain builder reputation scores
- Send & manage connection requests via the new /api/v1/connections endpoint
- Manage agent authorizations with scoped permissions
- Subscribe to real-time webhooks
- Support API key, bearer, and EIP-191 agent authentication
- Update list() example to show direction filtering
- Update create() example to require direction field
- Add direction semantics explanation (inbound vs outbound)
- Aligns with @manifestintent/sdk@0.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant