@mitmul/openclaw-plamo-provider
v0.1.4
Published
OpenClaw provider plugin for Preferred Networks PLaMo
Downloads
681
Maintainers
Readme
OpenClaw PLaMo Provider
External OpenClaw provider plugin for Preferred Networks PLaMo.
Install
openclaw plugins install @mitmul/openclaw-plamo-providerAfter ClawHub publication, the same package can be installed explicitly from ClawHub:
openclaw plugins install clawhub:@mitmul/openclaw-plamo-providerConfigure
Use the onboarding flag or set PLAMO_API_KEY:
openclaw onboard --plamo-api-key <key>The default model is plamo/plamo-3.0-prime-beta. Uncataloged model IDs with
the plamo- prefix are accepted through dynamic model resolution so newer
PLaMo model names can be used before the local catalog is refreshed.
Security and credentials
Required primary credential: PLAMO_API_KEY.
Provide it with openclaw onboard --plamo-api-key <key> or by setting
PLAMO_API_KEY in the OpenClaw runtime environment. The provider sends model
requests to https://api.platform.preferredai.jp/v1 unless the OpenClaw
provider config overrides the endpoint.
This package has no local prompt or response export feature and does not define debug environment variables for writing model payloads to disk.
ClawHub package metadata
This repository publishes an OpenClaw code plugin, not a ClawHub skill. The
package contains built runtime JavaScript under dist/ because OpenClaw loads
provider plugins as code.
The authoritative credential metadata for this provider is:
openclaw.plugin.jsonsetup.providers[].envVars:PLAMO_API_KEYpackage.jsonopenclaw.security.requiredEnv:PLAMO_API_KEY
Development
pnpm install
pnpm typecheck
pnpm test
pnpm build
pnpm pack --dry-runPublish
pnpm publish --access public
clawhub package publish mitmul/openclaw-plamo-provider --dry-run
clawhub package publish mitmul/openclaw-plamo-provider