AgentSkillsCN

integration-linkedin

通过 AgenCo 可用的 LinkedIn 操作

SKILL.md
--- frontmatter
name: integration-linkedin
description: "LinkedIn actions available through AgenCo"
user-invocable: false
disable-model-invocation: false

LinkedIn

Actions available through AgenCo secure gateway. All credentials are stored in the cloud vault — never exposed locally.

Actions

ActionDescription
get_profileRetrieves the user's LinkedIn profile information
create_postPublishes new posts to the LinkedIn feed
get_postRetrieves post details and engagement metrics
delete_postRemoves posts from the feed
list_postsGets recent posts from the user's profile
create_commentPosts comments on LinkedIn posts
get_organizationRetrieves company page information
upload_imageUploads images for use in posts

How to Use

Always search first to discover exact tool names and their input schemas, then call the tool.

Step 1: Search for the tool

bash
agenco search-tools '{"queries":["linkedin get profile"]}'

The response includes toolName (exact name) and inputSchema (required/optional parameters).

Step 2: Call the tool

Use the exact toolName and match the inputSchema from the search results:

bash
agenco call-tool '{"toolName":"<toolName from search>","input":{...}}'

Example

bash
# Find the right tool
agenco search-tools '{"queries":["linkedin get profile"]}'

# Call it (use the exact toolName and schema from the search result)
agenco call-tool '{"toolName":"linkedin_get_profile","input":{...}}'

If LinkedIn is not connected, run agenco list-connected-integrations to check, then connect it via the Shield UI.