nextcloud / nextcloud/context_agent

list skills tool

Open
#239 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Python
Stars
24
Forks
16
Avg merge
7d 20h
Merged PRs (30d)
3

Description

How to use GitHub
  • Please use the 👍 reaction to show that you are interested into the same feature.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Feature request

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

There does not seem to be a way for external AIs and LLMs to list the skills from Nextcloud.
I'm not sure if there is a way that the internal assistant can list them either or if it just starts with them.

Describe the solution you'd like
A clear and concise description of what you want to happen.

I would like a Tool that can be used through MCP that gets a skill list, and at the same time one that allows a RAG implementation to pull a specific or list of likely skills relating to a certain sentence.

For example, one cool call would just list all of the skills, maybe to a certain number like 10. It can give the names and a short description of each.
Then the AI can call it later.

The other tool would be the same thing, except for the AI can pass in a string which is sort of a description of what the skill is supposed to be.
This would allow the AI to do is instead of looking through a huge list of tools, it could pass in a description and get back just a few of the most prominent tools, given its search. That would allow it to save on tokens from being pasted a huge list and then from there it could just call the skill it wants. Again, this would just return names and short descriptions so that the AI could determine which skill is the best for itself of the shortlist and then call it using a tool.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Not using skills from Nextcloud and other external AIs.

Additional context
Add any other context or screenshots about the feature request here.

I mention this in #212

This would be an incredible feature, but I don't expect it, and that would be that if Nextcloud has a MCP server that is being fed to it that also provides skills that you could merge them. Whenever a skill request is involved it would behind the scenes search its own skills and the skills of the. MCP server attached and pick out the best one. That way you wouldn't have a disjointed system where you have multiple skill systems that don't really interact with each other.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points. First map the existing MCP and skill integrations, then clarify whether the list and similarity-search requests are separate tools and what limits, result fields, and external-server merging should mean. Done should include agreed behavior and tests for the selected scope.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
ai, api
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.