원클릭으로
Use the LinkedIn adapter for OAuth-backed organization publishing and LinkedIn organization/feed reads through Nex-managed connections.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use the LinkedIn adapter for OAuth-backed organization publishing and LinkedIn organization/feed reads through Nex-managed connections.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use the Operator Console app package for the browser-based operator control panel over a live Nex runtime. Treat it as an app-owned UI surface, not kernel-owned UI.
Use the Shopify adapter for GraphQL-first Shopify reads plus canonical Nex order, line-item, customer, and product ingest through shared connections, backfill, monitor, and mounted-capability workflows.
Use the Device macOS adapter for macOS companion pairing, health, and served device-control commands inside Nex.
Use the Device Android adapter for Android companion pairing, health, and served device-control commands inside Nex.
Use the Device iOS adapter for iOS companion pairing, health, and served device-control commands inside Nex.
Use the Eve adapter for local macOS iMessage setup, health, backfill, monitor, staged backfill, and outbound send through Nex-managed connections.
| name | |
| description | Use the LinkedIn adapter for OAuth-backed organization publishing and LinkedIn organization/feed reads through Nex-managed connections. |
linkedin is the shared Nex adapter for LinkedIn organization publishing and read workflows.
Use it when Nex should:
This package is organization-feed scoped. It is not a LinkedIn messaging adapter.
Use linkedin when you need:
adapter.infoadapter.connections.listadapter.healthlinkedin.organizations.listlinkedin.posts.listlinkedin.posts.getlinkedin.posts.createlinkedin.comments.listlinkedin.socialMetadata.getValidate the package locally:
cd /Users/tyler/nexus/home/projects/nexus/packages/adapters/linkedin
pnpm test
pnpm build
Inspect adapter info:
node ./dist/index.js adapter.info
Check health for a configured LinkedIn organization connection:
node ./dist/index.js adapter.health --connection <connection-id>
List administered organizations:
node ./dist/index.js linkedin.organizations.list \
--connection <connection-id> \
--payload-json '{}'
Create an organization-authored post:
node ./dist/index.js linkedin.posts.create \
--connection <connection-id> \
--payload-json '{"organizationUrn":"urn:li:organization:2414183","commentary":"hello from nex"}'
connection_id
urn:li:organization:{id}linkedin.posts.create publishes in provider-native LinkedIn termslinkedin.organizations.list to see which organizations the member can administer.adapter.health to verify the configured organization is accessible.linkedin.posts.create.linkedin.* methods.This package’s contract is currently defined by src/adapter.ts, api/openapi.yaml, and test/adapter.test.ts.
linkedin.posts.create as an organization-feed publishing surface, not a general-purpose social action.